Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed May 18, 2020
1 parent 55e2f27 commit e0ce727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit e0ce727

Please sign in to comment.