We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65a6f3 commit 64d819eCopy full SHA for 64d819e
.github/workflows/dotnet.yml
@@ -21,8 +21,3 @@ jobs:
21
run: dotnet build --configuration Release --no-restore src/EventSourcingOnAzureFunctions.sln
22
- name: Test
23
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