[rst-commit] r95 - /redwax-signtext/trunk/Jenkinsfile
rst-commit at redwax.eu
rst-commit at redwax.eu
Sat Mar 9 13:19:43 CET 2024
Author: minfrin at redwax.eu
Date: Sat Mar 9 13:19:42 2024
New Revision: 95
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:19:42 2024
@@ -53,6 +53,11 @@
bat 'nuget restore "Redwax SignText.sln"'
}
}
+ steps {
+ dir("src/windows/Redwax SignText") {
+ bat 'msbuild "Redwax SignText.sln"'
+ }
+ }
}
}
}
More information about the rst-commit
mailing list