From 0fb09ac723527b056720f03e03d6da1d1ab51ab7 Mon Sep 17 00:00:00 2001 From: Rockford Lhotka Date: Sat, 15 Feb 2025 22:53:54 -0800 Subject: [PATCH] Version 9 release (#4490) * #3871 CSLA 9 release * #3871 Change public release path * #3871 Ensure public build for release --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 95a995acad..e52db890ea 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ jobs: run: dotnet workload install maui - name: Build and Pack - run: dotnet pack Source\csla.build.sln --configuration Release + run: dotnet pack Source\csla.build.sln --configuration Release -p:PublicRelease=true - name: Push NuGet packages run: dotnet nuget push bin\packages\*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}