From fcd6510097f94d315a5493a34b0634059b810eb3 Mon Sep 17 00:00:00 2001 From: wiz0u <11647984+wiz0u@users.noreply.github.com> Date: Sun, 8 Aug 2021 08:20:59 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1163f49..db459f5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,7 +29,7 @@ steps: includesymbols: true versioningScheme: 'byEnvVar' versionEnvVar: 'Build.BuildNumber' - buildProperties: '/p:NoWarn=1591 /p:AllowedOutputExtensionsInPackageBuildOutputFolder=.dll;.pdb;.xml' + buildProperties: 'NoWarn=1591;AllowedOutputExtensionsInPackageBuildOutputFolder=".dll;.pdb;.xml"' - task: NuGetCommand@2 inputs: