Skip to content

Commit

Permalink
TMP: REVERT THIS
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Dec 28, 2024
1 parent f996b77 commit d08300c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
dotnet nuget push ${{ runner.temp }}/_artifacts/deployables/*.nupkg -s publicCI -k x
dotnet nuget push ${{ runner.temp }}/_artifacts/deployables-LKG/*.nupkg -s publicCI -k x
}
if: success() && runner.os == 'Windows' && github.event_name != 'pull_request'
if: success() && runner.os == 'Windows'
continue-on-error: true
- name: 📢 Publish code coverage results to codecov.io
run: ./tools/publish-CodeCov.ps1 -CodeCovToken "${{ env.codecov_token }}" -PathToCodeCoverage "${{ runner.temp }}/_artifacts/coverageResults" -Name "${{ runner.os }} Coverage Results" -Flags "${{ runner.os }}"
Expand Down

0 comments on commit d08300c

Please sign in to comment.