From 27fafc7bba8727a38dc011f92728097385ef7e3c Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 24 Nov 2020 10:02:32 -0800 Subject: [PATCH] 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. --- .vsts-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 7a25c70ef..5f3f43828 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -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