Commit fe784c20 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Bump Touch.Server and Xamarin.iOS

parent a6721a31
......@@ -10,8 +10,8 @@ steps:
displayName: 'Provisioning Xamarin.iOS'
inputs:
script: 'cd ~;
curl -O https://download.visualstudio.microsoft.com/download/pr/87a0582e-09b0-499a-852a-6d963e614afb/b101ede139bd8ad0a5d4c2f0077c3ca4/xamarin.ios-12.14.0.110.pkg;
sudo installer -pkg ~/xamarin.ios-12.14.0.110.pkg -target /'
curl -O https://download.visualstudio.microsoft.com/download/pr/cce6ebe1-dd65-472c-9d01-d83561f341bd/a6ab5d414cdb3e85c9283a954e182b9d/xamarin.ios-12.14.0.114.pkg;
sudo installer -pkg ~/xamarin.ios-12.14.0.114.pkg -target /'
# Print the current version of Xamarin.iOS
- task: CmdLine@2
......
......@@ -196,5 +196,5 @@
</ItemGroup>
<Import Project="..\..\src\NLuaTest.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLuaTest.Shared.projitems')" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<Import Project="..\..\..\packages\Codefoco.Touch.Server.1.0.16\build\Codefoco.Touch.Server.targets" Condition="Exists('..\..\..\packages\Codefoco.Touch.Server.1.0.16\build\Codefoco.Touch.Server.targets')" />
<Import Project="..\..\..\packages\Codefoco.Touch.Server.1.0.17\build\Codefoco.Touch.Server.targets" Condition="Exists('..\..\..\packages\Codefoco.Touch.Server.1.0.17\build\Codefoco.Touch.Server.targets')" />
</Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Codefoco.Touch.Server" version="1.0.16" targetFramework="xamarinios10" developmentDependency="true" />
<package id="Codefoco.Touch.Server" version="1.0.17" targetFramework="xamarinios10" developmentDependency="true" />
<package id="KeraLua" version="1.0.19" targetFramework="xamarinios10" />
</packages>
\ No newline at end of file
......@@ -221,5 +221,5 @@
</ItemGroup>
<Import Project="..\..\src\NLuaTest.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLuaTest.Shared.projitems')" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\TVOS\Xamarin.TVOS.CSharp.targets" />
<Import Project="..\..\..\packages\Codefoco.Touch.Server.1.0.16\build\Codefoco.Touch.Server.targets" Condition="Exists('..\..\..\packages\Codefoco.Touch.Server.1.0.16\build\Codefoco.Touch.Server.targets')" />
<Import Project="..\..\..\packages\Codefoco.Touch.Server.1.0.17\build\Codefoco.Touch.Server.targets" Condition="Exists('..\..\..\packages\Codefoco.Touch.Server.1.0.17\build\Codefoco.Touch.Server.targets')" />
</Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Codefoco.Touch.Server" version="1.0.16" targetFramework="xamarintvos10" developmentDependency="true" />
<package id="Codefoco.Touch.Server" version="1.0.17" targetFramework="xamarintvos10" developmentDependency="true" />
<package id="KeraLua" version="1.0.19" targetFramework="xamarintvos10" />
</packages>
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment