-clp:ErrorsOnly
This commit is contained in:
parent
fa2b7eed96
commit
78b01d794e
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ RUN dotnet nuget add source https://isn.pschneider.fr/v3/index.json --allow-inse
|
|||
RUN dotnet restore
|
||||
|
||||
# 5. Compilation globale de la solution
|
||||
RUN dotnet build -c Release --no-restore
|
||||
RUN dotnet build -c Release --no-restore -clp:ErrorsOnly
|
||||
|
||||
# L'image finale reste sur votre environnement complet
|
||||
EXPOSE 8080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue