altro test fix typo yaml x remove nuget
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ variables:
|
||||
}
|
||||
$hasSource = dotnet nuget list source | Select-String -Pattern "Steamware Nexus"
|
||||
if (! [String]::IsNullOrWhiteSpace($hasSource)) {
|
||||
dotnet nuget remove source `"Steamware Nexus`"
|
||||
dotnet nuget remove source "Steamware\ Nexus"
|
||||
}
|
||||
$hasSource = dotnet nuget list source | Select-String -Pattern "nexus-proxy-v3"
|
||||
if (! [String]::IsNullOrWhiteSpace($hasSource)) {
|
||||
|
||||
Reference in New Issue
Block a user