File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -50,17 +50,17 @@ jobs:
5050 - name : Test
5151 run : >-
5252 dotnet test
53- --filter '(Execution!=Manual)'
54- --no-build
55- --configuration ${{ matrix.configuration }}
56- --logger "console;verbosity=normal"
57- --logger "trx"
58- --logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true"
59- --blame
60- --blame-hang-timeout 7m
61- --blame-crash
62- --results-directory testresults
63- --collect "XPlat Code Coverage" -- RunConfiguration.CollectSourceInformation=true
53+ --filter '(Execution!=Manual)'
54+ --no-build
55+ --configuration ${{ matrix.configuration }}
56+ --logger "console;verbosity=normal"
57+ --logger "trx"
58+ --logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true"
59+ --blame
60+ --blame-hang-timeout 7m
61+ --blame-crash
62+ --results-directory testresults
63+ --collect "XPlat Code Coverage" -- RunConfiguration.CollectSourceInformation=true
6464
6565 - name : Upload test results artifact
6666 if : always()
You can’t perform that action at this time.
0 commit comments