Skip to content
Snippets Groups Projects

Fix: Reduced log verbosity

Merged Petar Hristov requested to merge Issue/2944-gdShenanigans into dev
Files
7
+ 4
1
@@ -2,4 +2,7 @@
FROM mcr.microsoft.com/devcontainers/dotnet:8.0 as develop
USER vscode
\ No newline at end of file
USER vscode
# Add nuget sources for private packages (here: api-client)
RUN dotnet nuget add source "https://git.rwth-aachen.de/api/v4/projects/88930/packages/nuget/index.json" -n "api-client"
\ No newline at end of file
Loading