Skip to content

Commit

Permalink
Enable FastBuild by default for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Sep 26, 2023
1 parent 29fb2a5 commit 0fb5275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/IKVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ jobs:
/p:CreateHardLinksForCopyLocalIfPossible=true `
/p:CreateHardLinksForPublishFilesIfPossible=true `
/p:ContinuousIntegrationBuild=true `
/p:FastBuild=true `
IKVM.dist.msbuildproj
working-directory: ${{ env.WORKPATH }}\ikvm
- name: Upload MSBuild Log
Expand Down

0 comments on commit 0fb5275

Please sign in to comment.