Skip to content

Commit

Permalink
build: Remove signing key setup from build
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed May 13, 2020
1 parent d301780 commit 3a203cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
parameters:
platform: "win-x64"
# Set up key after build start, otherwise we won't have nuget to update yet.
- template: build/setup-signing-key.yml
# - template: build/setup-signing-key.yml
- task: VSBuild@1
displayName: "Build Project"
inputs:
Expand Down

0 comments on commit 3a203cc

Please sign in to comment.