Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fw2568 authored Jun 12, 2019
1 parent cfa487a commit 0dec73a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ steps:
inputs:
updateAssemblyInfo: true

- task: MSBuild@1
- task: VSBuild@1
inputs:
platform: x86
configuration: Release

- task: MSBuild@1
- task: VSBuild@1
inputs:
platform: x64
configuration: Release

- task: MSBuild@1
- task: VSBuild@1
inputs:
platform: AnyCPU
configuration: Release
Expand Down

0 comments on commit 0dec73a

Please sign in to comment.