Skip to content

Commit

Permalink
Build in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
florelis committed Feb 13, 2025
1 parent 4d6d9e1 commit 00a6f62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
/p:AppxPackageDir="$(appxPackageDir)"
/p:AppxBundle=Always
/p:UapAppxPackageBuildMode=SideloadOnly'
maximumCpuCount: true

- task: VSBuild@1
displayName: Build Test Project
Expand All @@ -134,6 +135,7 @@ jobs:
/p:AppxPackageDir="$(appxPackageDir)"
/p:AppxBundle=Always
/p:UapAppxPackageBuildMode=SideloadOnly'
maximumCpuCount: true

- task: MSBuild@1
displayName: Build MSIX Test Installer File
Expand All @@ -145,6 +147,7 @@ jobs:
/p:AppxBundle=Never
/p:UapAppxPackageBuildMode=SideLoadOnly
/p:AppxPackageSigningEnabled=false'
maximumCpuCount: true

- task: CopyFiles@2
displayName: 'Copy specific build artifacts'
Expand Down Expand Up @@ -636,6 +639,7 @@ jobs:
solution: '$(solution)'
configuration: '$(buildConfiguration)'
msbuildArgs: '/bl:$(artifactsDir)\msbuild.binlog'
maximumCpuCount: true

- task: CopyFiles@2
displayName: Copy Fuzzing Artifacts for Publishing
Expand Down

0 comments on commit 00a6f62

Please sign in to comment.