Skip to content

Commit

Permalink
Add explicit pool for release stage
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetseckin committed Feb 23, 2024
1 parent b7817ff commit bb05810
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ stages:
runtimeIdentifier: 'osx-x64'
vmImage: 'ubuntu-latest'
- stage: 'Release'
pool:
vmImage: 'ubuntu-latest'
variables:
artifactsDirectory: '$(Pipeline.Workspace)/artifacts'
win10_x64_artifactPath: '$(artifactsDirectory)/todo.$(build.buildNumber).win10-x64'
Expand Down

0 comments on commit bb05810

Please sign in to comment.