From 5680812f6e79746f643fb6f0454c5098b26dc259 Mon Sep 17 00:00:00 2001 From: Aleksandar Ivanov <74899441+aleks-ivanov@users.noreply.github.com> Date: Tue, 15 Jun 2021 17:13:07 +0300 Subject: [PATCH] add credentials --- .devcontainer/devcontainer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ef70ae95b..2d4f2dce7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -20,3 +20,5 @@ ], "postCreateCommand": "dotnet restore && dotnet build --configuration Release --no-restore && dotnet test --configuration Debug --no-restore --verbosity normal --collect:'XPlat Code Coverage' --settings UnitTests/coverlet.runsettings", } + +// Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)