added icon and readme for nugets, added pipeline verification and include symbols and source
Publish NuGets / build (release) Failing after 13s
Publish NuGets / build (release) Failing after 13s
This commit is contained in:
@@ -31,7 +31,13 @@ jobs:
|
||||
run: dotnet restore
|
||||
|
||||
- name: Build and Pack NuGet Package
|
||||
run: dotnet pack -c Release -o ./artifacts -p:Version=${{ env.RELEASE_VERSION }}
|
||||
run: dotnet pack -c Release -o ./artifacts \
|
||||
-p:Version=${{ env.RELEASE_VERSION }} \
|
||||
--include-symbols \
|
||||
--include-source
|
||||
|
||||
- name: Validate NuGet Package
|
||||
run: dotnet nuget verify ./artifacts/*.nupkg
|
||||
|
||||
- name: Publish to NuGet.org
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user