Fix yaml
This commit is contained in:
+2
-1
@@ -49,7 +49,7 @@ variables:
|
||||
echo "esecuzione FIX appsettings.json"
|
||||
$srcFile="appsettings.Production-install.json"
|
||||
$dstFile="appsettings.Production.json"
|
||||
if ($env:DEST != 'install') {
|
||||
if (($env:DEST -ne 'install')) {
|
||||
$srcFile="appsettings.Production-office.json"
|
||||
}
|
||||
Copy-Item -Path $srcFile -Destination $dstFile
|
||||
@@ -91,6 +91,7 @@ variables:
|
||||
}
|
||||
mCurl -v -u GitLab:$NEXUS_PASSWD --upload-file "$env:APP_NAME\Resources\manifest.xml" https://nexus.steamware.net/repository/SWS/$env:NEXUS_PATH/$version/LAST/manifest.xml
|
||||
mCurl -v -u GitLab:$NEXUS_PASSWD --upload-file "$env:APP_NAME\Resources\ChangeLog.html" https://nexus.steamware.net/repository/SWS/$env:NEXUS_PATH/$version/LAST/ChangeLog.html
|
||||
|
||||
# helper x fix version number
|
||||
.version-fix: &version-fix
|
||||
- |
|
||||
|
||||
Reference in New Issue
Block a user