Skip to content

Commit

Permalink
Version 9 release (#4490)
Browse files Browse the repository at this point in the history
* #3871 CSLA 9 release

* #3871 Change public release path

* #3871 Ensure public build for release
  • Loading branch information
rockfordlhotka authored Feb 16, 2025
1 parent b70cfaa commit 0fb09ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 0fb09ac

Please sign in to comment.