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 3a6563e commit 49ec914
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ steps:
- task: VSBuild@1
inputs:
solution: '$(solution)'
msbuildArgs: '/p:PreBuildEvent=;PostBuildEvent='
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'
restoreNugetPackages: true
msbuildArchitecture: 'x64'

- task: CopyFiles@2
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
Expand Down

0 comments on commit 49ec914

Please sign in to comment.