Skip to content

Commit ebfec0b

Browse files
committed
Merge branch '3.3'
2 parents d457b5a + d48921f commit ebfec0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

JenkinsFile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ pipeline {
1212
}
1313
environment {
1414
// Define the VisualStudio tools
15-
MSBuild = tool 'MSBuild VS 2022'
16-
VSTestConsole = tool 'VSTest VS 2022'
15+
MSBuild = tool 'MSBuild VS Current'
16+
VSTestConsole = tool 'VSTest VS Current'
1717

1818
// Define the additional tools
1919
CLOC = tool 'CLOC_current'

0 commit comments

Comments
 (0)