[rst-commit] r93 - /redwax-signtext/trunk/Jenkinsfile
rst-commit at redwax.eu
rst-commit at redwax.eu
Sat Mar 9 10:44:18 CET 2024
Author: minfrin at redwax.eu
Date: Sat Mar 9 10:44:16 2024
New Revision: 93
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 10:44:16 2024
@@ -43,6 +43,21 @@
}
}
}
+
+ stage('Windows11') {
+ agent { label 'windows-11-x86_64' }
+ stages {
+ stage('nuget') {
+ steps {
+ dir("src/windows/Redwax SignText") {
+ bat 'nuget restore "Redwax SignText.sln"'
+ }
+ }
+ }
+ }
+ }
+
+
}
}
}
More information about the rst-commit
mailing list