Skip to content

Commit b88a6d6

Browse files
committed
Remove explicit -p:Platform="Any CPU"
1 parent 0c86a6b commit b88a6d6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,15 +467,13 @@ jobs:
467467
msbuild $env:SOLUTION_PATH `
468468
-maxcpucount `
469469
-t:Restore `
470-
-p:Platform="Any CPU" `
471470
-p:Configuration=$env:CONFIGURATION
472471
473472
- name: Build
474473
run: |
475474
msbuild $env:THIS_PROJECT_PATH `
476475
-maxcpucount `
477476
-t:Build `
478-
-p:Platform="Any CPU" `
479477
-p:Configuration=$env:CONFIGURATION `
480478
-p:TargetFramework=$env:THIS_TFM
481479

0 commit comments

Comments
 (0)