Skip to content

Commit b1b10f4

Browse files
Remove nuget from actions
1 parent f6a950e commit b1b10f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ jobs:
2121
run: dotnet build --configuration Release --no-restore src/EventSourcingOnAzureFunctions.sln
2222
- name: Test
2323
run: dotnet test --configuration Release --no-build --verbosity normal src/EventSourcingOnAzureFunctions.sln
24-
- name: Generate NuGet package
25-
run: dotnet pack --no-build --include-source -c Release src/EventSourcingOnAzureFunctions.Common/EventSourcingOnAzureFunctions.Common.csproj -o nupkgs

0 commit comments

Comments
 (0)