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)