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 f6a950e commit b1b10f4Copy full SHA for b1b10f4
.github/workflows/dotnet.yml
@@ -21,5 +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: Generate NuGet package
25
- run: dotnet pack --no-build --include-source -c Release src/EventSourcingOnAzureFunctions.Common/EventSourcingOnAzureFunctions.Common.csproj -o nupkgs
0 commit comments