Rimosso stage test da CiCd

This commit is contained in:
Samuele Locatelli
2023-02-03 15:08:10 +01:00
parent 4ea23a8667
commit 0e6378fc6c
+106 -106
View File
@@ -65,7 +65,7 @@ variables:
# Stages previsti
stages:
- build
- test
# - test
- deploy
- installer
- release
@@ -175,69 +175,69 @@ CONF:build:
# script:
# - dotnet build $env:PROJ_PATH/$env:APP_NAME.csproj
LAND:test:
stage: test
tags:
- win
variables:
APP_NAME: MP.Land
SOL_NAME: MP-LAND
before_script:
- *nuget-fix
- dotnet restore "$env:SOL_NAME.sln"
only:
- develop
needs: ["LAND:build"]
script:
- dotnet test $env:APP_NAME/$env:APP_NAME.csproj
# LAND:test:
# stage: test
# tags:
# - win
# variables:
# APP_NAME: MP.Land
# SOL_NAME: MP-LAND
# before_script:
# - *nuget-fix
# - dotnet restore "$env:SOL_NAME.sln"
# only:
# - develop
# needs: ["LAND:build"]
# script:
# - dotnet test $env:APP_NAME/$env:APP_NAME.csproj
PROG:test:
stage: test
tags:
- win
variables:
APP_NAME: MP.Prog
SOL_NAME: MP-PROG
before_script:
- *nuget-fix
- dotnet restore "$env:SOL_NAME.sln"
only:
- develop
needs: ["PROG:build"]
script:
- dotnet test $env:APP_NAME/$env:APP_NAME.csproj
# PROG:test:
# stage: test
# tags:
# - win
# variables:
# APP_NAME: MP.Prog
# SOL_NAME: MP-PROG
# before_script:
# - *nuget-fix
# - dotnet restore "$env:SOL_NAME.sln"
# only:
# - develop
# needs: ["PROG:build"]
# script:
# - dotnet test $env:APP_NAME/$env:APP_NAME.csproj
STAT:test:
stage: test
tags:
- win
variables:
APP_NAME: MP.Stats
SOL_NAME: MP-STATS
before_script:
- *nuget-fix
- dotnet restore "$env:SOL_NAME.sln"
only:
- develop
needs: ["STAT:build"]
script:
- dotnet test $env:APP_NAME/$env:APP_NAME.csproj
# STAT:test:
# stage: test
# tags:
# - win
# variables:
# APP_NAME: MP.Stats
# SOL_NAME: MP-STATS
# before_script:
# - *nuget-fix
# - dotnet restore "$env:SOL_NAME.sln"
# only:
# - develop
# needs: ["STAT:build"]
# script:
# - dotnet test $env:APP_NAME/$env:APP_NAME.csproj
MON:test:
stage: test
tags:
- win
variables:
APP_NAME: MP.Mon
SOL_NAME: MP-MON
before_script:
- *nuget-fix
- dotnet restore "$env:SOL_NAME.sln"
only:
- develop
needs: ["MON:build"]
script:
- dotnet test $env:APP_NAME/$env:APP_NAME.csproj
# MON:test:
# stage: test
# tags:
# - win
# variables:
# APP_NAME: MP.Mon
# SOL_NAME: MP-MON
# before_script:
# - *nuget-fix
# - dotnet restore "$env:SOL_NAME.sln"
# only:
# - develop
# needs: ["MON:build"]
# script:
# - dotnet test $env:APP_NAME/$env:APP_NAME.csproj
# WAMON:test:
# stage: test
@@ -256,53 +256,53 @@ MON:test:
# script:
# - dotnet test $env:PROJ_PATH/$env:APP_NAME.csproj
SPEC:test:
stage: test
tags:
- win
variables:
APP_NAME: MP.SPEC
SOL_NAME: MP-SPEC
before_script:
- *nuget-fix
- dotnet restore "$env:SOL_NAME.sln"
only:
- develop
needs: ["SPEC:build"]
script:
- dotnet test $env:APP_NAME/$env:APP_NAME.csproj
# SPEC:test:
# stage: test
# tags:
# - win
# variables:
# APP_NAME: MP.SPEC
# SOL_NAME: MP-SPEC
# before_script:
# - *nuget-fix
# - dotnet restore "$env:SOL_NAME.sln"
# only:
# - develop
# needs: ["SPEC:build"]
# script:
# - dotnet test $env:APP_NAME/$env:APP_NAME.csproj
INVE:test:
stage: test
tags:
- win
variables:
APP_NAME: MP.INVE
SOL_NAME: MP-INVE
before_script:
- *nuget-fix
- dotnet restore "$env:SOL_NAME.sln"
only:
- develop
needs: ["INVE:build"]
script:
- dotnet test $env:APP_NAME/$env:APP_NAME.csproj
# INVE:test:
# stage: test
# tags:
# - win
# variables:
# APP_NAME: MP.INVE
# SOL_NAME: MP-INVE
# before_script:
# - *nuget-fix
# - dotnet restore "$env:SOL_NAME.sln"
# only:
# - develop
# needs: ["INVE:build"]
# script:
# - dotnet test $env:APP_NAME/$env:APP_NAME.csproj
CONF:test:
stage: test
tags:
- win
variables:
APP_NAME: IobConf.UI
SOL_NAME: IobConf
before_script:
- *nuget-fix
- dotnet restore "$env:SOL_NAME.sln"
only:
- develop
needs: ["CONF:build"]
script:
- dotnet test $env:APP_NAME/$env:APP_NAME.csproj
# CONF:test:
# stage: test
# tags:
# - win
# variables:
# APP_NAME: IobConf.UI
# SOL_NAME: IobConf
# before_script:
# - *nuget-fix
# - dotnet restore "$env:SOL_NAME.sln"
# only:
# - develop
# needs: ["CONF:build"]
# script:
# - dotnet test $env:APP_NAME/$env:APP_NAME.csproj
LAND:IIS01:deploy:
stage: deploy