Skip to content

Commit e5dbe7c

Browse files
committed
try fix github actions
1 parent bc80415 commit e5dbe7c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/dotnet-core-ubuntu.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: .NET Core (Ubuntu)
22

33
on: [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+
510
jobs:
611
build:
712

@@ -26,5 +31,5 @@ jobs:
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

0 commit comments

Comments
 (0)