We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-p:Platform="Any CPU"
1 parent 0c86a6b commit b88a6d6Copy full SHA for b88a6d6
1 file changed
.github/workflows/ci.yml
@@ -467,15 +467,13 @@ jobs:
467
msbuild $env:SOLUTION_PATH `
468
-maxcpucount `
469
-t:Restore `
470
- -p:Platform="Any CPU" `
471
-p:Configuration=$env:CONFIGURATION
472
473
- name: Build
474
run: |
475
msbuild $env:THIS_PROJECT_PATH `
476
477
-t:Build `
478
479
-p:Configuration=$env:CONFIGURATION `
480
-p:TargetFramework=$env:THIS_TFM
481
0 commit comments