Merge pull request #347 from livarcocc/more_signing_fixes

_SignType must be set for the MicroBuild plugin to be installed.
This commit is contained in:
Livar 2019-01-25 18:09:44 -08:00 committed by GitHub
commit 049750541e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,11 +32,13 @@ phases:
variables:
- _TeamName: Roslyn-Project-System
- _BuildArgs: ''
- _SignType: test
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- group: DotNet-Symbol-Server-PATs
- group: DotNet-HelixApi-Access
- _DotNetPublishToBlobFeed: true
- _SignType: real
- _BuildArgs: /p:OfficialBuildId=$(BUILD.BUILDNUMBER)
/p:DotNetPublishToBlobFeed=$(_DotNetPublishToBlobFeed)
/p:DotnetPublishSdkAssetsBlobFeedUrl=$(_PublishBlobFeedUrl)