Skip to content

Commit

Permalink
fix script path
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Apr 28, 2020
1 parent 38b87f9 commit 1fb4166
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1fb4166

Please sign in to comment.