correzioni yaml

This commit is contained in:
Samuele Locatelli
2021-09-15 19:36:07 +02:00
parent 7cd141f10e
commit e923a44d99
+2 -4
View File
@@ -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