Skip to content

Commit

Permalink
Update .NET SDK to 3.1.402
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed Sep 16, 2020
1 parent 8e0920c commit ee23713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: 'Install .NET Core SDK'
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.401
dotnet-version: 3.1.402
- name: 'Dotnet Tool Restore'
run: dotnet tool restore
shell: pwsh
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
++$count;
dotnet nuget push .\windows-latest\*.nupkg --source GitHub --skip-duplicate;
}
while ($count -lt 30 -and $LastExitCode -ne 0)
while ($count -lt 1000 -and $LastExitCode -ne 0)
shell: pwsh

push-nuget:
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "3.1.401"
"version": "3.1.402"
}
}

0 comments on commit ee23713

Please sign in to comment.