Skip to content

Commit 1a83389

Browse files
authored
Updates to official build pipeline (#6423)
* Fix TSA parameters to be unique to ML.NET * Add _BuildConfig variable used by arcade templates * Update feed link for nightly builds
1 parent 23bfaba commit 1a83389

File tree

3 files changed

+18
-27
lines changed

3 files changed

+18
-27
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Alternatively, you can add the Microsoft.ML package from within Visual Studio's
5656

5757
Daily NuGet builds of the project are also available in our Azure DevOps feed:
5858

59-
> [https://pkgs.dev.azure.com/dnceng/public/_packaging/MachineLearning/nuget/v3/index.json](https://pkgs.dev.azure.com/dnceng/public/_packaging/MachineLearning/nuget/v3/index.json)
59+
> [https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json](https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json)
6060
6161
## Building ML.NET (For contributors building ML.NET open source code)
6262

build/vsts-ci.yml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,16 @@ resources:
1212

1313
- container: UbuntuCrossArm64Container
1414
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-mlnet-cross-arm64
15+
1516
variables:
16-
- template: /eng/common-variables.yml
17+
BuildConfig: Release
18+
_BuildConfig: $(BuildConfig)
19+
OfficialBuildId: $(BUILD.BUILDNUMBER)
20+
DOTNET_CLI_TELEMETRY_OPTOUT: 1
21+
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
22+
DOTNET_MULTILEVEL_LOOKUP: 0
23+
Codeql.Enabled: true
24+
Codeql.SkipTaskAutoInjection: True #default to not inject CodeQL tasks, we'll enable it in a single job.
1725

1826
stages:
1927
- stage: build
@@ -267,12 +275,12 @@ stages:
267275
publishGdn: true
268276
continueOnError: false
269277
params: ' -SourceToolsList @("policheck","credscan")
270-
-TsaInstanceURL $(_TsaInstanceURL)
271-
-TsaProjectName $(_TsaProjectName)
272-
-TsaNotificationEmail $(_TsaNotificationEmail)
273-
-TsaCodebaseAdmin $(_TsaCodebaseAdmin)
274-
-TsaBugAreaPath $(_TsaBugAreaPath)
275-
-TsaIterationPath $(_TsaIterationPath)
276-
-TsaRepositoryName "machinelearning"
277-
-TsaCodebaseName "machinelearning"
278+
-TsaInstanceURL https://devdiv.visualstudio.com/
279+
-TsaProjectName DEVDIV
280+
-TsaNotificationEmail [email protected]
281+
-TsaCodebaseAdmin REDMOND\ericstj
282+
-TsaBugAreaPath "DevDiv\Net Libraries"
283+
-TsaIterationPath DevDiv
284+
-TsaRepositoryName machinelearning
285+
-TsaCodebaseName machinelearning
278286
-TsaPublish $True'

eng/common-variables.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)