Skip to content

Commit

Permalink
Enable post-build signing (dotnet#4266)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mmitche authored Nov 23, 2020
1 parent 4a07baf commit 87d2d50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ variables:
# clean the local repo on the build agents
- name: Build.Repository.Clean
value: true
- name: PostBuildSign
value: true

# used for post-build phases, internal builds only
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
Expand Down

0 comments on commit 87d2d50

Please sign in to comment.