verbosity cancellata

This commit is contained in:
zaccaria.majid
2023-02-22 14:44:06 +01:00
parent eac7603e15
commit fd0c5674b6
+1 -1
View File
@@ -171,7 +171,7 @@ StockMan.CORE:IIS01:deploy:
SOL_NAME: StockMan.CORE
before_script:
- *nuget-fix
- dotnet restore "$env:SOL_NAME.sln" -Verbosity quiet
- dotnet restore "$env:SOL_NAME.sln"
only:
- develop
needs: ["StockMan.CORE:build"]