fix pipeline for include symbols and source
Some checks failed
Publish NuGets / build (release) Failing after 12s

This commit is contained in:
Mathias Beaulieu-Duncan 2024-12-22 12:03:21 -05:00
parent 602076b669
commit 2e4a8b6d98
Signed by: mathias
GPG Key ID: 8C3667DADE3B6303

View File

@ -33,8 +33,8 @@ jobs:
- name: Build and Pack NuGet Package - name: Build and Pack NuGet Package
run: dotnet pack -c Release -o ./artifacts \ run: dotnet pack -c Release -o ./artifacts \
-p:Version=${{ env.RELEASE_VERSION }} \ -p:Version=${{ env.RELEASE_VERSION }} \
--include-symbols \ -p:IncludeSymbols=true \
--include-source -p:IncludeSource=true
- name: Validate NuGet Package - name: Validate NuGet Package
run: dotnet nuget verify ./artifacts/*.nupkg run: dotnet nuget verify ./artifacts/*.nupkg