Skip to content

Commit 0873e4e

Browse files
authored
Merge pull request #540 from Asizon/azure_fix
Add azure vmImage for release
2 parents 5b1d16c + 1845b41 commit 0873e4e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ variables:
1616
repoName: blackbox-log-viewer-nightlies
1717
debugReleaseNotes: This is a nightly build off the tip of 'master'. It may be unstable and result in corrupted configurations or data loss. **Use only for testing.**
1818
releaseNotes: This is a release build. It does not contain the debug console.
19+
linuxVmImage: 'ubuntu-20.04'
1920

2021
parameters:
2122
- name: releaseBuild
@@ -92,7 +93,7 @@ stages:
9293

9394
- job: 'Linux'
9495
pool:
95-
vmImage: 'ubuntu-20.04'
96+
vmImage: '$(linuxVmImage)'
9697

9798
steps:
9899
- task: UseNode@1
@@ -120,6 +121,8 @@ stages:
120121
- stage: Release
121122
jobs:
122123
- job: Release
124+
pool:
125+
vmImage: '$(linuxVmImage)'
123126

124127
steps:
125128
- task: DownloadPipelineArtifact@2

0 commit comments

Comments
 (0)