Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
fdc52b5f
Commit
fdc52b5f
authored
Mar 13, 2019
by
Piotr Wosiek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve note about building not .NET Core based projects
parent
d0582f7e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lib/gitlab/ci/templates/dotNET-Core.yml
lib/gitlab/ci/templates/dotNET-Core.yml
+5
-5
No files found.
lib/gitlab/ci/templates/dotNET-Core.yml
View file @
fdc52b5f
...
@@ -50,11 +50,11 @@ build:
...
@@ -50,11 +50,11 @@ build:
-
'
dotnet
restore'
-
'
dotnet
restore'
# Build all projects discovered from solution file.
# Build all projects discovered from solution file.
#
#
# Note: this
may fail in case you have at least one not .NET Core based projec
t
# Note: this
will fail if you have any projects in your solution that are no
t
#
defined in your solution file e.g. WCF service, which is based on .NET Framework
#
.NET Core based projects e.g. WCF service, which is based on .NET Framework,
# not .NET Core. In such scenario you will need to build
.NET Core project
# not .NET Core. In such scenario you will need to build
every .NET Core based
#
by explicitly specifying a relative path to the directory where it is located
#
project by explicitly specifying a relative path to the directory
#
e.g. 'dotnet build ./src/ConsoleApp'
#
where it is located e.g. 'dotnet build ./src/ConsoleApp'.
# Only one project path can be passed as a parameter to 'dotnet build' command.
# Only one project path can be passed as a parameter to 'dotnet build' command.
script
:
script
:
-
'
dotnet
build'
-
'
dotnet
build'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment