From fc1ca2f9d0df8fc0ebf1bf4cb94e34d42a5b37be Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Thu, 8 Nov 2018 08:11:22 -0800 Subject: [PATCH] Don't try signing in CI --- eng/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/build.yml b/eng/build.yml index f211779ce..bb7cea9e8 100644 --- a/eng/build.yml +++ b/eng/build.yml @@ -26,7 +26,7 @@ phases: steps: - ${{ if eq(parameters.agentOs, 'Windows_NT') }}: - script: build.cmd - -test -sign -pack -publish + -test -pack -publish -Configuration $(BuildConfig) -Architecture $(BuildArchitecture) displayName: Build