From 7634b3e13e89e183bfbbf914e8153a1efdd033f4 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Thu, 4 Oct 2018 16:23:54 +0100 Subject: [PATCH] archiving --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 88ff95df8b..5643d5597f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,13 +6,13 @@ steps: - bash: 'xcodebuild -showsdks' - task: Xcode@5 inputs: - actions: 'build' + actions: 'archive' scheme: '' sdk: 'macosx10.13' configuration: 'Release' xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace' xcodeVersion: 'default' # Options: 8, 9, default, specifyPath - exportPath: '../output/$(SDK)/$(Configuration)' + archivePath: '../output/$(SDK)/$(Configuration)' - task: DotNetCoreInstaller@0 inputs: version: '2.1.401'