We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b076d6 commit 6e6bbcaCopy full SHA for 6e6bbca
2 files changed
.gitlab-ci.yml
@@ -16,7 +16,7 @@ default:
16
build:
17
stage: build
18
tags:
19
- - vs2022
+ - vs2026
20
script:
21
- ./build.ps1 build
22
artifacts:
@@ -28,7 +28,7 @@ build:
28
test:
29
stage: test
30
31
32
dependencies:
33
- build
34
@@ -43,7 +43,7 @@ test:
43
publish:
44
stage: publish
45
46
47
48
- test
49
Jenkinsfile
@@ -1,6 +1,6 @@
1
pipeline {
2
agent {
3
- label 'vs2022'
+ label 'vs2026'
4
}
5
stages {
6
stage('Build') {
0 commit comments