From 5e2280bd33dfcdcfe36af377b4f615a52f61754c Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 30 Sep 2024 12:26:42 +0200 Subject: [PATCH] altro test fix typo yaml x remove nuget --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {