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 09f10e6 commit 7813f18Copy full SHA for 7813f18
.github/workflows/build-test-installer-release.yml
@@ -70,7 +70,7 @@ jobs:
70
run: msbuild build\SayMore.proj /t:Build /p:Configuration=$env:Configuration /p:Version=$env:Version /m
71
72
- name: Run tests
73
- run: msbuild build\SayMore.proj /t:Test /p:Configuration=$env:Configuration /p:useNUnit-x86=true /m
+ run: msbuild build\SayMore.proj /t:Test /p:Configuration=$env:Configuration /p:useNUnit-x86=true /p:excludedCategories=SkipOnCI /m
74
75
- name: Upload test results
76
if: always()
0 commit comments