fix pipeline
Some checks failed
Publish NuGets / build (release) Failing after 16s

This commit is contained in:
Mathias Beaulieu-Duncan 2024-12-22 12:15:41 -05:00
parent 6bebdf916c
commit 4c5b5aec66
Signed by: mathias
GPG Key ID: 8C3667DADE3B6303

View File

@ -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