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 17c5f4b commit ff85ef4Copy full SHA for ff85ef4
.github/workflows/ci.yml
@@ -75,6 +75,7 @@ jobs:
75
dotnet pack -c release --output ${{ env.NUGET_DIRECTORY }} -p:ContinuousIntegrationBuild=true
76
dotnet pack src/bunit/ -c release --output ${{ env.NUGET_DIRECTORY }} -p:ContinuousIntegrationBuild=true
77
dotnet pack src/bunit.template/ -c release --output ${{ env.NUGET_DIRECTORY }} -p:ContinuousIntegrationBuild=true
78
+ dotnet pack src/bunit.generators/ -c release --output ${{ env.NUGET_DIRECTORY }} -p:ContinuousIntegrationBuild=true
79
80
# Publish the NuGet package as an artifact, so they can be used in the following jobs
81
- uses: actions/upload-artifact@v3
0 commit comments