File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 18
18
shell : bash
19
19
run : |
20
20
dotnet tool update -g dotnet-vs
21
- vs modify preview +mobile +desktop +uwp +web
21
+ vs modify preview +mobile +xamarin +core + desktop +uwp +web
22
22
echo "##vso[task.prependpath]$(vs where preview --prop=InstallationPath)\MSBuild\Current\Bin"
23
23
24
24
- name : Install Windows SDK 10.0.16299
62
62
dotnet workload install tvos
63
63
dotnet workload install macos
64
64
dotnet workload install maui
65
+ dotnet workload restore "src/ReactiveUI/ReactiveUI.csproj"
65
66
dotnet tool install -g Redth.Net.Maui.Check
66
67
maui-check --non-interactive --fix
67
-
68
+
68
69
- name : Add MSBuild to PATH
69
70
uses :
glennawatson/[email protected]
70
71
with :
@@ -76,12 +77,13 @@ jobs:
76
77
with :
77
78
setAllVars : true
78
79
79
- - name : NuGet Restore
80
- run : dotnet restore
80
+ - name : NuGet restore
81
+ run : |
82
+ dotnet restore ReactiveUI.sln
81
83
working-directory : src
82
84
83
85
- name : Build
84
- run : msbuild /t:build,pack /nowarn:MSB4011 /maxcpucount / p:NoPackageAnalysis=true /verbosity:minimal /p:Configuration=${{ env.configuration }}
86
+ run : msbuild /t:build,pack /nowarn:MSB4011 /p:NoPackageAnalysis=true /verbosity:minimal /p:Configuration=${{ env.configuration }} ReactiveUI.sln
85
87
working-directory : src
86
88
87
89
- name : Save SignClient Configuration
You can’t perform that action at this time.
0 commit comments