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 beed787 commit ffceafeCopy full SHA for ffceafe
.github/workflows/dotnet.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Test
23
run: dotnet test --configuration Release --no-build --verbosity normal src/EventSourcingOnAzureFunctions.sln
24
- name: Generate NuGet package
25
- run: dotnet pack --no-build -c --include-source Release src/EventSourcingOnAzureFunctions.Common/EventSourcingOnAzureFunctions.Common.csproj -o src/EventSourcingOnAzureFunctions.Common
+ run: dotnet pack --no-build --include-source -c Release src/EventSourcingOnAzureFunctions.Common/EventSourcingOnAzureFunctions.Common.csproj -o src/EventSourcingOnAzureFunctions.Common
26
- name: Push NuGet package
27
env:
28
NUGET_KEY: ${{ secrets.NUGET_KEY }}
0 commit comments