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 0dec73a commit 1bfabca
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 @@ -29,16 +29,19 @@ steps:
- task: VSBuild@1
inputs:
platform: x86
clean: true
configuration: Release

- task: VSBuild@1
inputs:
platform: x64
clean: true
configuration: Release

- task: VSBuild@1
inputs:
platform: AnyCPU
clean: true
configuration: Release

- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit 1bfabca

Please sign in to comment.