Skip to content

Commit 0fb09ac

Browse files
Version 9 release (#4490)
* #3871 CSLA 9 release * #3871 Change public release path * #3871 Ensure public build for release
1 parent b70cfaa commit 0fb09ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: dotnet workload install maui
2727

2828
- name: Build and Pack
29-
run: dotnet pack Source\csla.build.sln --configuration Release
29+
run: dotnet pack Source\csla.build.sln --configuration Release -p:PublicRelease=true
3030

3131
- name: Push NuGet packages
3232
run: dotnet nuget push bin\packages\*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)