There was an error while loading. Please reload this page.
2 parents d457b5a + d48921f commit ebfec0bCopy full SHA for ebfec0b
1 file changed
JenkinsFile
@@ -12,8 +12,8 @@ pipeline {
12
}
13
environment {
14
// Define the VisualStudio tools
15
- MSBuild = tool 'MSBuild VS 2022'
16
- VSTestConsole = tool 'VSTest VS 2022'
+ MSBuild = tool 'MSBuild VS Current'
+ VSTestConsole = tool 'VSTest VS Current'
17
18
// Define the additional tools
19
CLOC = tool 'CLOC_current'
0 commit comments