Update .gitlab-ci.yml

This commit is contained in:
gitlab
2021-03-26 15:15:03 +00:00
parent ac6691f928
commit c1e93a2376
+1 -1
View File
@@ -31,7 +31,7 @@ build_job:
stage: build
script:
- |
$hasSource = $env:NUGET_PATH sources list | find "`"Steamware Nexus`"" /C
$hasSource = "$env:NUGET_PATH" sources list | find "`"Steamware Nexus`"" /C
if ($hasSource eq 0) {
$env:NUGET_PATH sources Add -Name "`"Steamware Nexus`"" -Source http://nexus.steamware.net/repository/nuget-group -username "`"nugetUser`"" -password "`"viaDante16`""
} else {