summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/gitlab/ci/templates/dotNET-Core.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/gitlab/ci/templates/dotNET-Core.yml b/lib/gitlab/ci/templates/dotNET-Core.yml
index 88c7d23e7aa..0f96b040e3b 100644
--- a/lib/gitlab/ci/templates/dotNET-Core.yml
+++ b/lib/gitlab/ci/templates/dotNET-Core.yml
@@ -1,15 +1,5 @@
# This is a simple example illustrating how to build and test .NET Core project
# with GitLab Continuous Integration / Continuous Delivery.
-#
-# Structure of a sample project would look like this:
-#
-# Project
-# ├── src
-# │ └── ConsoleApp
-# │ └── Program.cs
-# └── test
-# └── UnitTests
-# └── BasicUnitTests.cs
# Specify the Docker image
#