Skip to content

Commit

Permalink
Enable parallel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Aug 23, 2023
1 parent e541581 commit a2dcbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ steps:
solution: $(Build.Repository.LocalPath)\src\$(_RELEASE_NAME).sln
platform: Any CPU
configuration: $(_RELEASE_CONFIGURATION)
msbuildArgs: /p:WindowsTargetPlatformVersion=10.0.19041.0
msbuildArgs: /p:WindowsTargetPlatformVersion=10.0.19041.0 /m
- task: PowerShell@2
displayName: 'Package $(_RELEASE_NAME)'
inputs:
Expand Down

0 comments on commit a2dcbb2

Please sign in to comment.