File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 19
19
- ' src/Uno/**'
20
20
- ' tests/Uno/**'
21
21
22
+ env :
23
+ DOTNET_INSTALL_DIR : ${{ github.workspace }}\.dotnet
24
+
22
25
jobs :
23
26
build-prism-uno :
24
27
uses : avantipoint/workflow-templates/.github/workflows/msbuild-build.yml@master
25
28
with :
26
29
name : Build Prism.Uno
27
30
solution-path : PrismLibrary_Uno.slnf
28
31
windows-sdk-version : 18362
29
- dotnet-version : 8.0.100
32
+ dotnet-version : 8.0.x
30
33
uno-check : true
31
34
uno-check-parameters : ' --skip xcode --skip gtk3 --skip vswin --skip vsmac'
32
35
run-tests : false
Original file line number Diff line number Diff line change 16
16
- .github/workflows/ci.yml
17
17
workflow_dispatch :
18
18
19
+ env :
20
+ DOTNET_INSTALL_DIR : ${{ github.workspace }}\.dotnet
21
+
19
22
jobs :
20
23
build-prism-core :
21
24
uses : avantipoint/workflow-templates/.github/workflows/dotnet-build.yml@master
66
69
name : Build Prism.Uno
67
70
solution-path : PrismLibrary_Uno.slnf
68
71
windows-sdk-version : 18362
69
- dotnet-version : 8.0.100
72
+ dotnet-version : 8.0.x
70
73
uno-check : true
71
74
uno-check-parameters : ' --skip xcode --skip gtk3 --skip vswin --skip vsmac'
72
75
run-tests : false
You can’t perform that action at this time.
0 commit comments