YAML:
- rimozione stage test inutilizzato che da errori
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user