Skip to content

Commit 055652c

Browse files
authored
Update pushnuget.yml
1 parent 3cdc24d commit 055652c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pushnuget.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ jobs:
1515
- name: Setup .NET 5.0
1616
uses: actions/setup-dotnet@v1.7.2
1717
with:
18-
dotnet-version: 5.0.101
18+
dotnet-version: 5.0.103
1919

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

23+
- name: Restore dependencies
24+
run: dotnet restore
25+
2326
- name: Test with dotnet
2427
run: dotnet test --configuration Release -v:m | grep -v 'NAME_UNKNOWN:Package'
2528

0 commit comments

Comments
 (0)