Microsoft.NETFramework.ReferenceAssemblies
is no longer necessary
#224
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: main | |
on: [push, pull_request] | |
jobs: | |
main: | |
uses: Tyrrrz/.github/.github/workflows/nuget.yml@master | |
with: | |
dotnet-version: 7.0.x | |
# Don't use the default logger (which is GitHubActionsTestLogger) because that | |
# causes contention issues since we're literally building and testing that logger. | |
dotnet-test-logger: console | |
secrets: | |
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} | |
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }} | |
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} |