Skip to content

Commit 8c1d538

Browse files
committed
Remove explicit platform-enforcement from appveyor.yml
1 parent 1634f68 commit 8c1d538

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ skip_tags: true
2626
# build-matrix: all Release CPUs on VS2017
2727
image: Visual Studio 2017
2828
configuration: Release
29-
platform:
30-
- Any CPU
31-
- x64
32-
- x86
29+
platform: Any CPU
3330

3431
# cache the nuget packages unless something changed there
3532
cache:

0 commit comments

Comments
 (0)