From b3f3ef079606a5a524ac596c9ff4b7e727610934 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 10 Oct 2019 16:39:19 +0200 Subject: [PATCH] Fix restore nuget? --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3807d9b..7b1bc51 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -217,6 +217,6 @@ def sendSlack(status, colorCode) { // funzione x fix pacchetti nuget da NOSTRO repo Nexus con proxy def fixNuget(solutionFile) { bat "e:\\nuget setapikey fe387daa-d07c-3207-877e-96c8be1be91b -source http://nexus.steamware.net/repository/nuget-group" - bat "e:\\nuget sources Add -Name "Steamware Nexus" -Source http://nexus.steamware.net/repository/nuget-group" + bat "e:\\nuget sources Add -Name=\"Steamware Nexus\" -Source http://nexus.steamware.net/repository/nuget-group" bat "e:\\nuget.exe restore ${solutionFile}" } \ No newline at end of file