From 0a9ff55ffc7895eca7ab630d0ebaad9312b7dbe3 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Thu, 4 Oct 2018 16:01:26 +0100 Subject: [PATCH] fix xcode build path --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 10da3c9fe4..de417a2969 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,12 +12,12 @@ steps: configuration: 'Release' xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace' xcodeVersion: 'default' # Options: 8, 9, default, specifyPath - outputPath: 'src/Avalonia.Native/bin/Release/netstandard2.0/' + exportPath: 'src/Avalonia.Native/bin/Release/netstandard2.0' - task: DotNetCoreInstaller@0 inputs: version: '2.1.401' - script: | - ls src/Avalonia.Native/bin/Release/netstandard2.0/ + ls src/Avalonia.Native/bin/Release/netstandard2.0 brew install castxml export COREHOST_TRACE=0 export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1