File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 - name : Push generated package to NuGet
4040 run : |
4141 dotnet nuget push .\bin\Release\*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NugetKey }}
42- dotnet nuget push .\bin\Release\*.nupkg -s github
42+ dotnet nuget push .\bin\Release\*.nupkg -s github --timeout 3000
4343
4444 PackOnWindowsArm64 :
4545
6969 - name : Push generated package to NuGet
7070 run : |
7171 dotnet nuget push .\bin\Release\*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NugetKey }}
72- dotnet nuget push .\bin\Release\*.nupkg -s github
72+ dotnet nuget push .\bin\Release\*.nupkg -s github --timeout 3000
7373
7474 PackOnLinuxX64 :
7575
@@ -108,7 +108,7 @@ jobs:
108108 - name : Push generated package to NuGet
109109 run : |
110110 dotnet nuget push ./bin/Release/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NugetKey }}
111- dotnet nuget push ./bin/Release/*.nupkg -s github
111+ dotnet nuget push ./bin/Release/*.nupkg -s github --timeout 3000
112112
113113 PackOnLinuxArm64 :
114114
@@ -147,4 +147,4 @@ jobs:
147147 - name : Push generated package to NuGet
148148 run : |
149149 dotnet nuget push ./bin/Release/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NugetKey }}
150- dotnet nuget push ./bin/Release/*.nupkg -s github
150+ dotnet nuget push ./bin/Release/*.nupkg -s github --timeout 3000
You can’t perform that action at this time.
0 commit comments