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

rst-commit at redwax.eu rst-commit at redwax.eu
Wed Feb 26 11:32:45 CET 2025


Author: minfrin at redwax.eu
Date: Wed Feb 26 11:32:41 2025
New Revision: 205

Log:
Remove the nuget step, it does not work properly on new builders.

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:32:41 2025
@@ -10,13 +10,6 @@
             msbuild 'MSBuild 2022 (x64)'
           }
           stages {
-            stage('nuget') {
-              steps {
-                dir("Redwax SignText") {
-                  bat 'nuget restore "Redwax SignText.sln"'
-                }
-              }
-            }
             stage('mbsuild') {
               steps {
                 dir("Redwax SignText") {



More information about the rst-commit mailing list