File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
EngageSoftware.Dnn.Logging Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 5656 " run " : " dotnet restore --locked-mode"
5757 },
5858 {
59- " name " : " Build and package" ,
60- " run " : " dotnet build EngageSoftware.Dnn.Logging.sln --no-restore --configuration ${{ matrix.configuration }} -p:VersionSuffix=${{ env.VERSION_SUFFIX }} --output dist/"
59+ " name " : " Build" ,
60+ " run " : " dotnet build EngageSoftware.Dnn.Logging.sln --no-restore --configuration ${{ matrix.configuration }} -p:VersionSuffix=${{ env.VERSION_SUFFIX }}"
61+ },
62+ {
63+ " name " : " Package" ,
64+ " run " : " dotnet pack EngageSoftware.Dnn.Logging.sln --no-build --configuration ${{ matrix.configuration }} -p:VersionSuffix=${{ env.VERSION_SUFFIX }} --output dist/"
6165 },
6266 {
6367 " name " : " Upload build artifacts" ,
6872 },
6973 {
7074 " name " : " Push packages to NuGet" ,
71- " run " : " dotnet nuget push dist/ --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_PUSH_KEY }}"
75+ " run " : " dotnet nuget push dist/ --source https://api.nuget.org/v3/index.json --symbol-source https://api.nuget.org/v3/index.json -- api-key ${{ secrets.NUGET_PUSH_KEY }}"
7276 }
7377 ]
7478 }
Original file line number Diff line number Diff line change 1919 <VersionPrefix >0.1.0</VersionPrefix >
2020 <GenerateDocumentationFile >true</GenerateDocumentationFile >
2121 <PublishRepositoryUrl >true</PublishRepositoryUrl >
22- <GeneratePackageOnBuild >true </GeneratePackageOnBuild >
22+ <GeneratePackageOnBuild >false </GeneratePackageOnBuild >
2323 <EmbedUntrackedSources >true</EmbedUntrackedSources >
2424 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
2525 <IncludeSymbols >true</IncludeSymbols >
You can’t perform that action at this time.
0 commit comments