Skip to content

Commit 4e30694

Browse files
committed
Set the build platform to 'Any CPU' instead of 'AnyCPU'
1 parent a5cbd74 commit 4e30694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- job: Build
1111
variables:
1212
BuildSolution: StyleCopAnalyzers.sln
13-
BuildPlatform: AnyCPU
13+
BuildPlatform: Any CPU
1414
strategy:
1515
matrix:
1616
Debug:

0 commit comments

Comments
 (0)