Skip to content

Commit

Permalink
Working release action (#4294)
Browse files Browse the repository at this point in the history
* Update releasenotes

* #4120 Remove old nuget files

* #4120 Add initial release action

* Change on condition

* Update release.yaml

* #4120 Explicitly install MAUI workload
  • Loading branch information
rockfordlhotka authored Nov 6, 2024
1 parent 19aaaf1 commit dbd0b59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0'
include-prerelease: True
dotnet-quality: 'preview'

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

- name: Build
run: dotnet build Source\csla.build.sln
Expand Down

0 comments on commit dbd0b59

Please sign in to comment.