Adds Mobile SDK install as a YAML, fixes the build... maybe!

This commit is contained in:
Martin Zikmund 2019-06-13 11:43:56 +02:00
Родитель cc87a487a8
Коммит 0a273eb81c
2 изменённых файлов: 11 добавлений и 6 удалений

Просмотреть файл

@ -35,6 +35,9 @@ jobs:
# Required for the Wasm uitests project
- task: NodeTool@0
- powershell: .\build\Install-WindowsSdkISO.ps1 17763
displayName: Insider SDK
- task: MSBuild@1
inputs:
solution: Build/Uno.UI.Build.csproj

Просмотреть файл

@ -109,12 +109,6 @@
<Version>1.28.0-dev.86</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
<SDKReference Include="WindowsMobile, Version=10.0.18362.0">
<Name>Windows Mobile Extensions for the UWP</Name>
</SDKReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
@ -137,6 +131,14 @@
<Name>Uno.UI.Toolkit</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Connected Services\" />
</ItemGroup>
<ItemGroup>
<SDKReference Include="WindowsMobile, Version=10.0.17763.0">
<Name>Windows Mobile Extensions for the UWP</Name>
</SDKReference>
</ItemGroup>
<Import Project="..\SamplesApp.Shared\SamplesApp.Shared.projitems" Label="Shared" Condition="Exists('..\SamplesApp.Shared\SamplesApp.Shared.projitems')" />
<Import Project="..\SamplesApp.UnitTests.Shared\SamplesApp.UnitTests.Shared.projitems" Label="Shared" />
<Import Project="..\UITests.Shared\UITests.Shared.projitems" Label="Shared" />