Skip to content

Commit

Permalink
#3871 Stop using preview and do release build
Browse files Browse the repository at this point in the history
  • Loading branch information
rockfordlhotka committed Nov 13, 2024
1 parent 4717c6c commit 6b7fdcb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0'
dotnet-quality: 'preview'

- name: Install .NET MAUI workloads
run: dotnet workload install maui

- name: Build
run: dotnet build Source\csla.build.sln
run: dotnet build Source\csla.build.sln --configuration Release

- 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 6b7fdcb

Please sign in to comment.