fix pipeline for include symbols and source
Some checks failed
Publish NuGets / build (release) Failing after 12s
Some checks failed
Publish NuGets / build (release) Failing after 12s
This commit is contained in:
parent
602076b669
commit
2e4a8b6d98
@ -33,8 +33,8 @@ jobs:
|
||||
- name: Build and Pack NuGet Package
|
||||
run: dotnet pack -c Release -o ./artifacts \
|
||||
-p:Version=${{ env.RELEASE_VERSION }} \
|
||||
--include-symbols \
|
||||
--include-source
|
||||
-p:IncludeSymbols=true \
|
||||
-p:IncludeSource=true
|
||||
|
||||
- name: Validate NuGet Package
|
||||
run: dotnet nuget verify ./artifacts/*.nupkg
|
||||
|
Loading…
Reference in New Issue
Block a user