altro test fix typo yaml x remove nuget

This commit is contained in:
Samuele Locatelli
2024-09-30 12:26:42 +02:00
parent b6bfd8b7cb
commit 5e2280bd33
+1 -1
View File
@@ -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)) {