include symbols and source into the project
Publish NuGets / build (release) Failing after 12s

This commit is contained in:
2024-12-22 12:10:29 -05:00
parent 2e4a8b6d98
commit 6bebdf916c
3 changed files with 7 additions and 3 deletions
+1 -3
View File
@@ -32,9 +32,7 @@ jobs:
- name: Build and Pack NuGet Package
run: dotnet pack -c Release -o ./artifacts \
-p:Version=${{ env.RELEASE_VERSION }} \
-p:IncludeSymbols=true \
-p:IncludeSource=true
-p:Version=${{ env.RELEASE_VERSION }}
- name: Validate NuGet Package
run: dotnet nuget verify ./artifacts/*.nupkg