From 0f32dc64bd0cdcfaf7634a415843ac6cf14c08f2 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 18 Mar 2022 08:55:59 +0100 Subject: [PATCH] cambio chaive x password --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 783f452..ac4e708 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,9 +7,9 @@ variables: - | $hasSource = C:\Tools\nuget.exe sources list | find "`"Steamware Nexus`"" /C if ($hasSource -eq 0) { - C:\Tools\nuget.exe sources Add -Name "`"Steamware Nexus`"" -s https://nexus.steamware.net/repository/nuget-group -username "`"nugetUser`"" -password "`"viaDante16`"" + C:\Tools\nuget.exe sources Add -Name "`"Steamware Nexus`"" -s https://nexus.steamware.net/repository/nuget-group -username "`"nugetUser`"" -ClearTextPassword "`"viaDante16`"" } else { - C:\Tools\nuget.exe sources Update -Name "`"Steamware Nexus`"" -s https://nexus.steamware.net/repository/nuget-group -username "`"nugetUser`"" -password "`"viaDante16`"" + C:\Tools\nuget.exe sources Update -Name "`"Steamware Nexus`"" -s https://nexus.steamware.net/repository/nuget-group -username "`"nugetUser`"" -ClearTextPassword "`"viaDante16`"" } echo $hasSource