Skip to content

Commit ae66238

Browse files
Pedro JesusPedro Jesus
authored andcommitted
update nuget yml
1 parent d8164f4 commit ae66238

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release-nuget.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ jobs:
2323
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
2424
git branch --remote --contains | grep origin/main
2525
26+
- name: Setup .NET
27+
uses: actions/setup-dotnet@v4
28+
with:
29+
dotnet-version: 10.0.x
30+
31+
- name: Workload install
32+
run: |
33+
dotnet workload install maui
34+
dotnet workload install maui-windows
35+
dotnet workload update
36+
2637
- name: Get version information tag
2738
id: get_version
2839
uses: battila7/get-version-action@v2

0 commit comments

Comments
 (0)