From 94f2212f97f47e9bcaf7064937a743cf929a29e1 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Thu, 4 Oct 2018 16:09:08 +0100 Subject: [PATCH] set archive path --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c92ccb310b..04bbe66294 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ steps: configuration: 'Release' xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace' xcodeVersion: 'default' # Options: 8, 9, default, specifyPath - exportPath: 'src/Avalonia.Native/bin/Release/netstandard2.0' + archivePath: 'src/Avalonia.Native/bin/Release/netstandard2.0' - task: DotNetCoreInstaller@0 inputs: version: '2.1.401'