Skip to content

Commit

Permalink
Update pushnuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
monoman authored Mar 1, 2021
1 parent 3cdc24d commit 055652c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pushnuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ jobs:
- name: Setup .NET 5.0
uses: actions/[email protected]
with:
dotnet-version: 5.0.101
dotnet-version: 5.0.103

- name: Setup nuget config
run: sed 's/GITHUB_TOKEN/${{ secrets.RegistryToken }}/g' .nuget.config > nuget.config

- name: Restore dependencies
run: dotnet restore

- name: Test with dotnet
run: dotnet test --configuration Release -v:m | grep -v 'NAME_UNKNOWN:Package'

Expand Down

0 comments on commit 055652c

Please sign in to comment.