Skip to content

Commit 6e6bbca

Browse files
committed
bump the build pipeline to use vs2026
1 parent 6b076d6 commit 6e6bbca

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ default:
1616
build:
1717
stage: build
1818
tags:
19-
- vs2022
19+
- vs2026
2020
script:
2121
- ./build.ps1 build
2222
artifacts:
@@ -28,7 +28,7 @@ build:
2828
test:
2929
stage: test
3030
tags:
31-
- vs2022
31+
- vs2026
3232
dependencies:
3333
- build
3434
script:
@@ -43,7 +43,7 @@ test:
4343
publish:
4444
stage: publish
4545
tags:
46-
- vs2022
46+
- vs2026
4747
dependencies:
4848
- test
4949
script:

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pipeline {
22
agent {
3-
label 'vs2022'
3+
label 'vs2026'
44
}
55
stages {
66
stage('Build') {

0 commit comments

Comments
 (0)