We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f996b77 commit d08300cCopy full SHA for d08300c
.github/workflows/build.yml
@@ -104,7 +104,7 @@ jobs:
104
dotnet nuget push ${{ runner.temp }}/_artifacts/deployables/*.nupkg -s publicCI -k x
105
dotnet nuget push ${{ runner.temp }}/_artifacts/deployables-LKG/*.nupkg -s publicCI -k x
106
}
107
- if: success() && runner.os == 'Windows' && github.event_name != 'pull_request'
+ if: success() && runner.os == 'Windows'
108
continue-on-error: true
109
- name: 📢 Publish code coverage results to codecov.io
110
run: ./tools/publish-CodeCov.ps1 -CodeCovToken "${{ env.codecov_token }}" -PathToCodeCoverage "${{ runner.temp }}/_artifacts/coverageResults" -Name "${{ runner.os }} Coverage Results" -Flags "${{ runner.os }}"
0 commit comments