Skip to content

Commit 451b5f9

Browse files
committed
Use windows for build agent to avoid hanging issues with Linux.
1 parent 15ebae5 commit 451b5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ stages:
7171
- job: A
7272
displayName: Build Umbraco CMS
7373
pool:
74-
vmImage: 'ubuntu-latest'
74+
vmImage: 'windows-latest'
7575
steps:
7676
- checkout: self
7777
submodules: false

0 commit comments

Comments
 (0)