Merge branch 'develop'

This commit is contained in:
Samuele Locatelli
2021-08-24 12:55:34 +02:00
+2 -2
View File
@@ -74,7 +74,7 @@ build:
- *nuget-fix
- dotnet restore
script:
- dotnet build
- dotnet build -p:Configuration=Release GWMS.UI/GWMS.UI.csproj
test:
stage: test
@@ -82,7 +82,7 @@ test:
- develop
needs: ["build"]
script:
- dotnet test
- dotnet test -p:Configuration=Release GWMS.UI/GWMS.UI.csproj
# IIS01:deploy:
# stage: deploy