File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949
5050 - name : 🛠️ Packing library in release mode
5151 run : |
52- dotnet pack -c Release -o ${GITHUB_WORKSPACE}/packages -p:ContinuousIntegrationBuild=true -p:publicrelease=true
53- dotnet pack src/bunit/ -c Release -o ${GITHUB_WORKSPACE}/packages -p:ContinuousIntegrationBuild=true -p:publicrelease=true
54- dotnet pack src/bunit.template/ -c Release -o ${GITHUB_WORKSPACE}/packages -p:ContinuousIntegrationBuild=true -p:publicrelease=true
52+ dotnet pack -c Release --property:PackageOutputPath= ${GITHUB_WORKSPACE}/packages -p:ContinuousIntegrationBuild=true -p:publicrelease=true
53+ dotnet pack src/bunit/ -c Release --property:PackageOutputPath= ${GITHUB_WORKSPACE}/packages -p:ContinuousIntegrationBuild=true -p:publicrelease=true
54+ dotnet pack src/bunit.template/ -c Release --property:PackageOutputPath= ${GITHUB_WORKSPACE}/packages -p:ContinuousIntegrationBuild=true -p:publicrelease=true
5555
5656 - name : 🛠️ Upload library to GitHub Package Repository
5757 run : dotnet nuget push ${GITHUB_WORKSPACE}/packages/*.nupkg -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/bunit-dev/index.json --skip-duplicate --no-symbols
Original file line number Diff line number Diff line change 9292
9393 - name : 🛠️ Packing library in release mode
9494 run : |
95- dotnet pack -c Release -o ${GITHUB_WORKSPACE}/packages -p:ContinuousIntegrationBuild=true
96- dotnet pack src/bunit/ -c Release -o ${GITHUB_WORKSPACE}/packages -p:ContinuousIntegrationBuild=true
97- dotnet pack src/bunit.template/ -c Release -o ${GITHUB_WORKSPACE}/packages -p:ContinuousIntegrationBuild=true
95+ dotnet pack -c Release --property:PackageOutputPath= ${GITHUB_WORKSPACE}/packages -p:ContinuousIntegrationBuild=true
96+ dotnet pack src/bunit/ -c Release --property:PackageOutputPath= ${GITHUB_WORKSPACE}/packages -p:ContinuousIntegrationBuild=true
97+ dotnet pack src/bunit.template/ -c Release --property:PackageOutputPath= ${GITHUB_WORKSPACE}/packages -p:ContinuousIntegrationBuild=true
9898
9999 - name : 🛠️ Upload library to NuGet.org repository
100100 run : |
Original file line number Diff line number Diff line change 7979
8080 - name : 🗳️ Pack library
8181 run : |
82- dotnet pack -c release -o ${{ github.workspace }}/packages -p:ContinuousIntegrationBuild=true
83- dotnet pack src/bunit/ -c release -o ${{ github.workspace }}/packages -p:ContinuousIntegrationBuild=true
84- dotnet pack src/bunit.template/ -c release -o ${{ github.workspace }}/packages -p:ContinuousIntegrationBuild=true
82+ dotnet pack -c release --property:PackageOutputPath= ${{ github.workspace }}/packages -p:ContinuousIntegrationBuild=true
83+ dotnet pack src/bunit/ -c release --property:PackageOutputPath= ${{ github.workspace }}/packages -p:ContinuousIntegrationBuild=true
84+ dotnet pack src/bunit.template/ -c release --property:PackageOutputPath= ${{ github.workspace }}/packages -p:ContinuousIntegrationBuild=true
8585
8686 - name : ✳ Install bUnit template
8787 run : |
You can’t perform that action at this time.
0 commit comments