[rst-commit] r204 - /redwax-signtext-mfc/trunk/Jenkinsfile

rst-commit at redwax.eu rst-commit at redwax.eu
Tue Feb 25 15:34:01 CET 2025


Author: minfrin at redwax.eu
Date: Tue Feb 25 15:34:00 2025
New Revision: 204

Log:
Use MSBuild plugin toolset.

Modified:
    redwax-signtext-mfc/trunk/Jenkinsfile

Modified: redwax-signtext-mfc/trunk/Jenkinsfile
==============================================================================
--- redwax-signtext-mfc/trunk/Jenkinsfile	(original)
+++ redwax-signtext-mfc/trunk/Jenkinsfile	Tue Feb 25 15:34:00 2025
@@ -6,6 +6,9 @@
 
         stage('Windows11-Debug-x64') {
           agent { label 'windows-11-x86_64' }
+          tools {
+            msbuild 'MSBuild 2022 (x64)'
+          }
           stages {
             stage('nuget') {
               steps {



More information about the rst-commit mailing list