Skip to content

Commit 64d819e

Browse files
Removed NuGet action
Not able to get NuGet publish as a github actions and frankly I'd save time just doing it manually
1 parent d65a6f3 commit 64d819e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +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: Publish NuGet
25-
uses: brandedoutcast/publish-nuget@v2.5.2
26-
with:
27-
PROJECT_FILE_PATH: "src/EventSourcingOnAzureFunctions.Common/EventSourcingOnAzureFunctions.Common.csproj"
28-
NUGET_KEY: ${{secrets.NUGET_KEY}}

0 commit comments

Comments
 (0)