Fix restore nuget?
This commit is contained in:
Vendored
+1
-1
@@ -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}"
|
||||
}
|
||||
Reference in New Issue
Block a user