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

This commit is contained in:
2024-12-22 12:15:41 -05:00
parent 6bebdf916c
commit 4c5b5aec66
+1 -2
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