[rst-commit] r207 - /redwax-signtext-mfc/trunk/Jenkinsfile
rst-commit at redwax.eu
rst-commit at redwax.eu
Wed Feb 26 11:43:58 CET 2025
Author: minfrin at redwax.eu
Date: Wed Feb 26 11:43:47 2025
New Revision: 207
Log:
Add tools for msbuild to each stage.
Modified:
redwax-signtext-mfc/trunk/Jenkinsfile
Modified: redwax-signtext-mfc/trunk/Jenkinsfile
==============================================================================
--- redwax-signtext-mfc/trunk/Jenkinsfile (original)
+++ redwax-signtext-mfc/trunk/Jenkinsfile Wed Feb 26 11:43:47 2025
@@ -29,6 +29,9 @@
stage('Windows11-Debug-arm64') {
agent { label 'windows-11-x86_64' }
+ tools {
+ msbuild 'MSBuild 2022 (x64)'
+ }
stages {
stage('mbsuild') {
steps {
@@ -49,6 +52,9 @@
stage('Windows11-Release-x64') {
agent { label 'windows-11-x86_64' }
+ tools {
+ msbuild 'MSBuild 2022 (x64)'
+ }
stages {
stage('mbsuild') {
steps {
@@ -69,6 +75,9 @@
stage('Windows11-Release-arm64') {
agent { label 'windows-11-x86_64' }
+ tools {
+ msbuild 'MSBuild 2022 (x64)'
+ }
stages {
stage('mbsuild') {
steps {
More information about the rst-commit
mailing list