We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ba84d commit 36bcbd7Copy full SHA for 36bcbd7
Build/steps.yml
@@ -81,6 +81,11 @@ steps:
81
- powershell: ./make.ps1 test-all
82
displayName: Test
83
84
+ # 32-bit tests on Windows only
85
+ - ${{ if eq(parameters.os, 'Windows') }}:
86
+ - powershell: ./make.ps1 -frameworks net462 -platform x86 test-all
87
+ displayName: Test 32-bit
88
+
89
- task: PublishTestResults@2
90
displayName: Publish Test Results
91
inputs:
0 commit comments