_SignType must be set for the MicroBuild plugin to be installed.
This commit is contained in:
parent
b32756800b
commit
c47eaaea8d
1 changed files with 2 additions and 0 deletions
|
@ -32,11 +32,13 @@ phases:
|
||||||
variables:
|
variables:
|
||||||
- _TeamName: Roslyn-Project-System
|
- _TeamName: Roslyn-Project-System
|
||||||
- _BuildArgs: ''
|
- _BuildArgs: ''
|
||||||
|
- _SignType: test
|
||||||
|
|
||||||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||||
- group: DotNet-Symbol-Server-PATs
|
- group: DotNet-Symbol-Server-PATs
|
||||||
- group: DotNet-HelixApi-Access
|
- group: DotNet-HelixApi-Access
|
||||||
- _DotNetPublishToBlobFeed: true
|
- _DotNetPublishToBlobFeed: true
|
||||||
|
- _SignType: real
|
||||||
- _BuildArgs: /p:OfficialBuildId=$(BUILD.BUILDNUMBER)
|
- _BuildArgs: /p:OfficialBuildId=$(BUILD.BUILDNUMBER)
|
||||||
/p:DotNetPublishToBlobFeed=$(_DotNetPublishToBlobFeed)
|
/p:DotNetPublishToBlobFeed=$(_DotNetPublishToBlobFeed)
|
||||||
/p:DotnetPublishSdkAssetsBlobFeedUrl=$(_PublishBlobFeedUrl)
|
/p:DotnetPublishSdkAssetsBlobFeedUrl=$(_PublishBlobFeedUrl)
|
||||||
|
|
Loading…
Add table
Reference in a new issue