From a61b376c29c7d14de47728e0ce97e08725727df9 Mon Sep 17 00:00:00 2001 From: David Alcantar Date: Tue, 20 Apr 2021 16:41:45 -0700 Subject: [PATCH] Update Code Signing --- Pipelines/core-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipelines/core-pipeline.yml b/Pipelines/core-pipeline.yml index 2c165fb43..72c0fbbd0 100644 --- a/Pipelines/core-pipeline.yml +++ b/Pipelines/core-pipeline.yml @@ -363,4 +363,4 @@ stages: packagesToPush: '$(Build.StagingDirectory)/*.nupkg' nuGetFeedType: 'external' publishFeedCredentials: 'CST-E Nuget CI' - verbosityPush: 'Normal' + verbosityPush: 'Normal' \ No newline at end of file