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 7660a4d commit 0a75ff9Copy full SHA for 0a75ff9
1 file changed
.github/workflows/NUGET-PUSH.yml
@@ -50,7 +50,7 @@ jobs:
50
dotnet pack src/bunit.xunit/ -c Release -o ${GITHUB_WORKSPACE}/packages -p:RepositoryBranch=$BRANCH -p:ContinuousIntegrationBuild=true -p:DeterministicSourcePaths=true /p:PublicRelease=true
51
dotnet pack src/bunit/ -c Release -o ${GITHUB_WORKSPACE}/packages -p:RepositoryBranch=$BRANCH -p:ContinuousIntegrationBuild=true -p:DeterministicSourcePaths=true /p:PublicRelease=true
52
- name: Buidling template package
53
- run: dotnet pack src/bunit.template/ -c Release -o ${GITHUB_WORKSPACE}/packages
+ run: dotnet pack src/bunit.template/ -c Release -o ${GITHUB_WORKSPACE}/packages /p:PublicRelease=true
54
- name: Verifying template
55
run: |
56
dotnet new --install ${GITHUB_WORKSPACE}/packages/bunit.template.$VERSION.nupkg
0 commit comments