From 3a203ccd957ff5e0715ea191dbcaf19d328c07eb Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Tue, 12 May 2020 21:44:18 -0700 Subject: [PATCH] build: Remove signing key setup from build --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index af7c8ff1..2fc23988 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: