upteriore test fix path x yaml

This commit is contained in:
Samuele Locatelli
2021-09-27 15:21:30 +02:00
parent f3eb05b7b7
commit defda3e259
+2 -2
View File
@@ -43,9 +43,9 @@ variables:
$currentTime = get-date -format ddHH;
$VersNumb = $env:NEW_REL
$FileManIn="VersGen\manifest.xml"
$FileManOut="Resource\manifest.xml"
$FileManOut=$env:APP_NAME +"Resource\manifest.xml"
$FileCLogIn="VersGen\ChangeLog.html"
$FileCLogOut="Resource\ChangeLog.html"
$FileCLogOut=$env:APP_NAME +"Resource\ChangeLog.html"
echo "Curr Version: $VersNumb"
if($CI_COMMIT_BRANCH -eq "master")
{