소스 검색

trying to fix 3052 3

Tig 1 년 전
부모
커밋
8683568956
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      .github/workflows/dotnet-core.yml

+ 0 - 1
.github/workflows/dotnet-core.yml

@@ -36,7 +36,6 @@ jobs:
       run: |
         sed -i 's/"stopOnFail": false/"stopOnFail": true/g' UnitTests/xunit.runner.json
         dotnet test --verbosity normal --blame 
-      # dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings --blame
         mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/
 
     # Note: this step is currently not writing to the gist for some reason