Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
features-not-bugs committed Aug 8, 2022
1 parent f46d806 commit d95305f
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 @@ -29,7 +29,7 @@ steps:
- task: VSBuild@1
inputs:
solution: '$(solution)'
msbuildArgs: '/p:OutDir=$(Build.SourcesDirectory)/build'
msbuildArgs: '/p:Configuration=Linux /p:OutDir=$(Build.SourcesDirectory)/build'
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'

Expand Down

0 comments on commit d95305f

Please sign in to comment.