pipelines: add vmimage to publish job

Avoid brownouts - actions/virtual-environments#3287
This commit is contained in:
ilike2burnthing
2021-10-11 20:44:33 +01:00
committed by GitHub
parent 12ce27da7f
commit 0bd93f8f4e

View File

@@ -512,6 +512,8 @@ stages:
- job: Publish - job: Publish
workspace: workspace:
clean: all clean: all
pool:
vmImage: ubuntu-latest
steps: steps:
- checkout: self - checkout: self