File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 # CHANGE PACKAGE VERSION - The retarded way
3030 # Change the /p:VERSION=X.X.X part to change the actual package version.
3131 # Add --version-suffix ${{ github.sha }} if version suffix is desired
32- run : dotnet pack --configuration Release /p:VersionPrefix=3.1.0 .${{ github.run_number }} /p:ContinuousIntegrationBuild=true
32+ run : dotnet pack --configuration Release /p:VersionPrefix=3.1.1 .${{ github.run_number }} /p:ContinuousIntegrationBuild=true
3333 - name : Upload Modularization to NuGet
3434 run : dotnet nuget push /home/runner/work/X39.Hosting.Modularization/X39.Hosting.Modularization/source/X39.Hosting.Modularization/bin/Release/X39.Hosting.Modularization.*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
3535 - name : Upload Abstraction to NuGet
You can’t perform that action at this time.
0 commit comments