Skip to content

Commit a3418ca

Browse files
committed
dotnet.yml
1 parent 59bc1d3 commit a3418ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-core.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Turn off fail-fast to let all runners run even if there are errors
1818
fail-fast: true
1919
matrix:
20-
os: [ ubuntu-latest, windows-latest, macos-latest ]
20+
os: [ ubuntu-latest ]
2121

2222
timeout-minutes: 10
2323
steps:
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Test
4242
run: |
43-
sed -i 's/"stopOnFail": false/"stopOnFail": true/g' UnitTests/xunit.runner.json
43+
#sed -i 's/"stopOnFail": false/"stopOnFail": true/g' UnitTests/xunit.runner.json
4444
dotnet test --no-restore --verbosity normal
4545
#--collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings
4646
#mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/

0 commit comments

Comments
 (0)