File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 63
63
displayName : Use .NET SDK 5.0.402
64
64
65
65
- template : build/ci/dotnet-install-windows.yml
66
+ - template : build/ci/jdk-setup.yml
66
67
67
68
- task : DotNetCoreCLI@2
68
69
inputs :
Original file line number Diff line number Diff line change 51
51
</PropertyGroup >
52
52
<ItemGroup Condition =" '$(_IsUno)'=='true'" >
53
53
<PackageReference Include =" Uno.WinUI" Version =" 4.1.9" />
54
- <PackageReference Include =" Uno.ColorCode.WinUI" Version =" 2.1.0-uno.32 " />
54
+ <PackageReference Include =" Uno.ColorCode.WinUI" Version =" 2.1.0-uno.36 " />
55
55
</ItemGroup >
56
56
57
57
<ItemGroup Condition =" '$(TargetFramework)' == 'monoandroid11.0' or '$(TargetFramework)' == 'xamarinios10' or '$(TargetFrameworkIdentifier)' == 'Xamarin.Mac'" >
Original file line number Diff line number Diff line change
1
+ steps :
2
+
3
+ - pwsh : |
4
+ echo "##vso[task.setvariable variable=JAVA_HOME]$(JAVA_HOME_11_X64)"
5
+ echo "##vso[task.setvariable variable=JavaSdkDirectory]$(JAVA_HOME_11_X64)"
6
+ displayName: Select JDK 11
You can’t perform that action at this time.
0 commit comments