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
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user