From 9b72ce09bee678425e4463c05c1d8caab0925798 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 12 Oct 2018 08:10:08 -0400 Subject: Change artifact directory from installers to distribution --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 16a79fb6..31881ecc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -44,8 +44,8 @@ jobs: displayName: 'Build, test, generate binary distributions' - task: PublishBuildArtifacts@1 inputs: - pathtoPublish: '$(System.DefaultWorkingDirectory)/installers' - artifactName: installers + pathtoPublish: '$(System.DefaultWorkingDirectory)/distribution' + artifactName: distribution displayName: 'Upload binary distributions' condition: eq(variables['System.PullRequest.IsFork'], 'False') dependsOn: Linux -- cgit v1.2.3-54-g00ecf