File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4545 run : dotnet build -c Release --no-restore /p:UseSourceLink=true
4646
4747 - name : 🧪 Run unit tests
48- run : dotnet test -c Release --no-build --filter "Category!=Integration"
48+ run : dotnet test -c Release --no-build --filter-query "/[category!=integration]" --ignore-exit-code 8
4949
5050 - name : ⏩ Merge to stable-branch
5151 run : |
Original file line number Diff line number Diff line change 5555 run : dotnet build -c Release --no-restore /p:UseSourceLink=true
5656
5757 - name : 🧪 Run unit tests
58- run : dotnet test -c Release --no-build --filter "Category!=Integration"
58+ run : dotnet test -c Release --no-build --filter-query "/[category!=integration]" --ignore-exit-code 8
Original file line number Diff line number Diff line change 22 "sdk" : {
33 "rollForward" : " latestMajor" ,
44 "allowPrerelease" : false
5+ },
6+ "test" : {
7+ "runner" : " Microsoft.Testing.Platform"
58 }
69}
You can’t perform that action at this time.
0 commit comments