From ad9cbb223bbced20e58cdb09f93b9638f2fd93fd Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Thu, 4 Oct 2018 16:16:51 +0100 Subject: [PATCH] debug --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8cd7ed705a..c6df1f1ecd 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 - archivePath: 'src/Avalonia.Native/bin/Release/netstandard2.0' + exportPath: 'output/$(SDK)/$(Configuration)' - task: DotNetCoreInstaller@0 inputs: version: '2.1.401' - script: | - ls src/Avalonia.Native/bin/Release/netstandard2.0 + ls src/Avalonia.Native.OSX #brew install castxml #export COREHOST_TRACE=0 #export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1