diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42a9d32..5ec2599 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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)) {