Skip to content

Commit

Permalink
Updates to official build pipeline (#6423)
Browse files Browse the repository at this point in the history
* Fix TSA parameters to be unique to ML.NET

* Add _BuildConfig variable used by arcade templates

* Update feed link for nightly builds
  • Loading branch information
ericstj authored Nov 2, 2022
1 parent 23bfaba commit 1a83389
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Alternatively, you can add the Microsoft.ML package from within Visual Studio's

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

> [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)
> [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)
## Building ML.NET (For contributors building ML.NET open source code)

Expand Down
26 changes: 17 additions & 9 deletions build/vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,16 @@ resources:

- container: UbuntuCrossArm64Container
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-mlnet-cross-arm64

variables:
- template: /eng/common-variables.yml
BuildConfig: Release
_BuildConfig: $(BuildConfig)
OfficialBuildId: $(BUILD.BUILDNUMBER)
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_MULTILEVEL_LOOKUP: 0
Codeql.Enabled: true
Codeql.SkipTaskAutoInjection: True #default to not inject CodeQL tasks, we'll enable it in a single job.

stages:
- stage: build
Expand Down Expand Up @@ -267,12 +275,12 @@ stages:
publishGdn: true
continueOnError: false
params: ' -SourceToolsList @("policheck","credscan")
-TsaInstanceURL $(_TsaInstanceURL)
-TsaProjectName $(_TsaProjectName)
-TsaNotificationEmail $(_TsaNotificationEmail)
-TsaCodebaseAdmin $(_TsaCodebaseAdmin)
-TsaBugAreaPath $(_TsaBugAreaPath)
-TsaIterationPath $(_TsaIterationPath)
-TsaRepositoryName "machinelearning"
-TsaCodebaseName "machinelearning"
-TsaInstanceURL https://devdiv.visualstudio.com/
-TsaProjectName DEVDIV
-TsaNotificationEmail mlnetcore@microsoft.com
-TsaCodebaseAdmin REDMOND\ericstj
-TsaBugAreaPath "DevDiv\Net Libraries"
-TsaIterationPath DevDiv
-TsaRepositoryName machinelearning
-TsaCodebaseName machinelearning
-TsaPublish $True'
17 changes: 0 additions & 17 deletions eng/common-variables.yml

This file was deleted.

0 comments on commit 1a83389

Please sign in to comment.