Commit baed4fd5 authored by Shinya Maeda's avatar Shinya Maeda

Merge branch 'add-gitlab-ci-yml-dotnet-template' into 'master'

Add correct extension to dotnet CI template

See merge request gitlab-org/gitlab!64901
parents 3c16458c d7bc0230
......@@ -30,14 +30,6 @@ variables:
# NOTE: Please edit this path so it matches the structure of your project!
SOURCE_CODE_PATH: '*/*/'
# ### Define stage list
#
# In this example there are only two stages.
# Initially, the project will be built and then tested.
stages:
- build
- test
# ### Define global cache rule
#
# Before building the project, all dependencies (e.g. third-party NuGet packages)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment