From 9f063869fb6506d1d94a085d45f6b7dd9681d313 Mon Sep 17 00:00:00 2001 From: Colby Williams Date: Thu, 12 Apr 2018 13:07:05 -0400 Subject: [PATCH] iOS AzureMobile v0.0.2 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1034442..c1837fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ # https://docs.microsoft.com/en-us/dotnet/core/tools/using-ci-with-cli#travis-ci language: csharp -solution: csharp/csharp.sln +solution: Server/csharp/csharp.sln mono: none dotnet: 2.0.0 script: - - dotnet build csharp/csharp.sln + - dotnet build Server/csharp/csharp.sln