From a3ef38eb3ab066e337b5a45c36e589b34b792bcf Mon Sep 17 00:00:00 2001 From: wiz0u <11647984+wiz0u@users.noreply.github.com> Date: Sun, 8 Aug 2021 08:18:23 +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 5b58a4a..1163f49 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;AllowedOutputExtensionsInPackageBuildOutputFolder=".dll;.pdb;.xml"' + buildProperties: '/p:NoWarn=1591 /p:AllowedOutputExtensionsInPackageBuildOutputFolder=.dll;.pdb;.xml' - task: NuGetCommand@2 inputs: