fix verbosity

This commit is contained in:
zaccaria.majid
2023-02-22 14:28:54 +01:00
parent e1d913c5d9
commit 0427e97bc1
+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"
- *version-fix
only:
- develop