- rimozione stage test inutilizzato che da errori
This commit is contained in:
Samuele Locatelli
2023-05-16 18:33:05 +02:00
parent 5d24a718ca
commit 0c014e5bcf
-11
View File
@@ -58,7 +58,6 @@ variables:
stages:
- build
- test
- installer
- release
@@ -72,16 +71,6 @@ build:
script:
- dotnet build -p:Configuration=Release GWMS.UI/GWMS.UI.csproj
test:
stage: test
tags:
- win
only:
- develop
needs: ["build"]
script:
- dotnet test -p:Configuration=Release GWMS.UI/GWMS.UI.csproj
installer:
stage: installer
tags: