[rst-commit] r206 - /redwax-signtext-mfc/trunk/Jenkinsfile
rst-commit at redwax.eu
rst-commit at redwax.eu
Wed Feb 26 11:39:53 CET 2025
Author: minfrin at redwax.eu
Date: Wed Feb 26 11:39:43 2025
New Revision: 206
Log:
Remove nuget step across all builds.
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:39:43 2025
@@ -30,13 +30,6 @@
stage('Windows11-Debug-arm64') {
agent { label 'windows-11-x86_64' }
stages {
- stage('nuget') {
- steps {
- dir("Redwax SignText") {
- bat 'nuget restore "Redwax SignText.sln"'
- }
- }
- }
stage('mbsuild') {
steps {
dir("Redwax SignText") {
@@ -57,13 +50,6 @@
stage('Windows11-Release-x64') {
agent { label 'windows-11-x86_64' }
stages {
- stage('nuget') {
- steps {
- dir("Redwax SignText") {
- bat 'nuget restore "Redwax SignText.sln"'
- }
- }
- }
stage('mbsuild') {
steps {
dir("Redwax SignText") {
@@ -84,13 +70,6 @@
stage('Windows11-Release-arm64') {
agent { label 'windows-11-x86_64' }
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