From 3a1cf6beae7262dd2365bcc7c083dff9bc41a7c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wies=C5=82aw=20=C5=A0olt=C3=A9s?= Date: Fri, 2 Jun 2017 06:37:25 +0200 Subject: [PATCH] Update circle.yml --- circle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index c2ce5beeb..7c5ba0562 100644 --- a/circle.yml +++ b/circle.yml @@ -9,7 +9,8 @@ jobs: DOTNET_CLI_TELEMETRY_OPTOUT: 1 steps: - checkout - - run: ./build.sh --target "Travis" --platform "AnyCPU" --configuration "Release" + - run: dotnet restore apps/Core2D.Avalonia.NetCore + - run: dotnet build apps/Core2D.Avalonia.NetCore/Core2D.Avalonia.NetCore.csproj notify: webhooks: - url: https://webhooks.gitter.im/e/18bc2743c91ff21c0246