diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bb315b4..78eea81 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -100,8 +100,11 @@ stages: - checkout: self clean: true - - powershell: $(Pipeline.Workspace)/build/Process-Release.ps1 + - task: PowerShell@2 displayName: Process Release + inputs: + targetType: filePath + filePath: $(System.DefaultWorkingDirectory)/build/Process-Release.ps1 - task: GitHubRelease@1 inputs: