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:
Matt Mitchell 2020-11-24 10:02:32 -08:00 committed by GitHub
parent a047fd344e
commit 27fafc7bba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,8 @@ variables:
value: https://dotnetclichecksums.blob.core.windows.net/dotnet/index.json
- name: _PublishUsingPipelines
value: false
- name: PostBuildSign
value: true
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- group: DotNet-DotNetCli-Storage
- group: DotNet-Blob-Feed