remove nuget verification for now
This commit is contained in:
parent
e7ebf0cf19
commit
84f70a6e52
@ -33,9 +33,6 @@ jobs:
|
||||
- name: Build and Pack NuGet Package
|
||||
run: dotnet pack -c Release -o ./artifacts -p:Version=${{ env.RELEASE_VERSION }}
|
||||
|
||||
- name: Validate NuGet Package
|
||||
run: dotnet nuget verify ./artifacts/*.nupkg
|
||||
|
||||
- name: Publish to NuGet.org
|
||||
run: |
|
||||
dotnet nuget push ./artifacts/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
|
Loading…
Reference in New Issue
Block a user