File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ name: .NET Core (Ubuntu)
22
33on : [push]
44
5+ env :
6+ # Workaround for GitVersionTask bug in combination with .NET Core SDK 3.1.200
7+ # (see, e.g., https://github.com/dotnet/sdk/issues/10878 and https://github.com/GitTools/GitVersion/issues/2063)
8+ MSBUILDSINGLELOADCONTEXT : 1
9+
510jobs :
611 build :
712
2631 - name : Pack with dotnet
2732 run : dotnet pack -c Release .\\BlazorLazyLoading.sln
2833
29- - name : Push package to NuGet
30- run : dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
34+ # - name: Push package to NuGet
35+ # run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
You can’t perform that action at this time.
0 commit comments