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