diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f94b3c4..4a9c1dac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ variables: Set-Alias mCurl C:\Windows\system32\curl.exe $currentDate = get-date -format yyMM; $currentTime = get-date -format ddHH; - $VersNumb = Get-Content "$env:APP_NAME\Resources\VersNum.txt" + $VersNumb = Get-Content $env:APP_NAME + "\Resources\VersNum.txt" echo "Curr Version: $VersNumb" if($CI_COMMIT_BRANCH -eq "master") { @@ -131,7 +131,6 @@ STA:installer: needs: ["build"] variables: APP_NAME: MP-STATS - ZIP_NAME: STATS before_script: # - *nuget-fix # - dotnet restore @@ -150,8 +149,7 @@ PRG:installer: - master needs: ["build"] variables: - APP_NAME: MP-PROG - ZIP_NAME: PROG + APP_NAME: MP-Prog before_script: # - *nuget-fix # - dotnet restore