Skip to content

Commit

Permalink
explicitly use PowerShell task
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Apr 28, 2020
1 parent 1fb4166 commit e956964
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e956964

Please sign in to comment.