From e0ce727e228c315fd4662fd33563f2af83f2aa5d Mon Sep 17 00:00:00 2001 From: erri120 Date: Mon, 18 May 2020 18:06:06 +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 2d41882..8a78b41 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -68,7 +68,7 @@ steps: packDestination: '$(Build.ArtifactStagingDirectory)/NuGet/' versioningScheme: 'off' includeSymbols: true - buildProperties: '-properties Platform=x64' + buildProperties: 'Platform=$(buildPlatform)' - task: PublishBuildArtifacts@1 condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')