[rst-commit] r96 - /redwax-signtext/trunk/Jenkinsfile

rst-commit at redwax.eu rst-commit at redwax.eu
Sat Mar 9 13:22:19 CET 2024


Author: minfrin at redwax.eu
Date: Sat Mar  9 13:22:19 2024
New Revision: 96

Log:
Update windows build

Modified:
    redwax-signtext/trunk/Jenkinsfile

Modified: redwax-signtext/trunk/Jenkinsfile
==============================================================================
--- redwax-signtext/trunk/Jenkinsfile	(original)
+++ redwax-signtext/trunk/Jenkinsfile	Sat Mar  9 13:22:19 2024
@@ -53,6 +53,8 @@
                   bat 'nuget restore "Redwax SignText.sln"'
                 }
               }
+            }
+            stage('mbsuild') {
               steps {
                 dir("src/windows/Redwax SignText") {
                   bat 'msbuild "Redwax SignText.sln"'
@@ -62,7 +64,6 @@
           }
         }
 
-
       }
     }
   }



More information about the rst-commit mailing list