Update .gitlab-ci.yml
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user