We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8164f4 commit ae66238Copy full SHA for ae66238
.github/workflows/release-nuget.yml
@@ -23,6 +23,17 @@ jobs:
23
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
24
git branch --remote --contains | grep origin/main
25
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
37
- name: Get version information tag
38
id: get_version
39
uses: battila7/get-version-action@v2
0 commit comments