Enable post-build signing (#9122)
Enables post build signing. This repo will discontinue signing in-build and instead the entire product will sign all at once in the staging pipelines.
This commit is contained in:
parent
a047fd344e
commit
27fafc7bba
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ variables:
|
||||||
value: https://dotnetclichecksums.blob.core.windows.net/dotnet/index.json
|
value: https://dotnetclichecksums.blob.core.windows.net/dotnet/index.json
|
||||||
- name: _PublishUsingPipelines
|
- name: _PublishUsingPipelines
|
||||||
value: false
|
value: false
|
||||||
|
- name: PostBuildSign
|
||||||
|
value: true
|
||||||
- ${{ 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-DotNetCli-Storage
|
- group: DotNet-DotNetCli-Storage
|
||||||
- group: DotNet-Blob-Feed
|
- group: DotNet-Blob-Feed
|
||||||
|
|
Loading…
Add table
Reference in a new issue