From 1fb41662b3f5ec55d918f2ca4c9051f13a3918af Mon Sep 17 00:00:00 2001 From: Dan Siegel Date: Mon, 27 Apr 2020 17:32:07 -0700 Subject: [PATCH] fix script path --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9121703..bb315b4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -100,9 +100,8 @@ stages: - checkout: self clean: true - - powershell: build/Process-Release.ps1 + - powershell: $(Pipeline.Workspace)/build/Process-Release.ps1 displayName: Process Release - workingDirectory: $(Pipeline.Workspace) - task: GitHubRelease@1 inputs: