This commit is contained in:
parent
6bebdf916c
commit
4c5b5aec66
@ -31,8 +31,7 @@ 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 }}
|
||||
|
||||
- name: Validate NuGet Package
|
||||
run: dotnet nuget verify ./artifacts/*.nupkg
|
||||
|
Loading…
Reference in New Issue
Block a user