correzioni yaml
This commit is contained in:
+2
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user