Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
myproject
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
叶海龙
myproject
Commits
2560a5eb
Commit
2560a5eb
authored
Feb 19, 2019
by
叶海龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
confict
parent
574ad9c0
Pipeline
#97
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
Program.cs
myProject/Program.cs
+9
-0
TextFile.txt
myProject/TextFile.txt
+0
-1
No files found.
myProject/Program.cs
View file @
2560a5eb
...
...
@@ -20,5 +20,14 @@ namespace myProject
public
static
IWebHostBuilder
CreateWebHostBuilder
(
string
[]
args
)
=>
WebHost
.
CreateDefaultBuilder
(
args
)
.
UseStartup
<
Startup
>();
public
void
GetStatus
()
{
if
(
"a"
.
Equals
(
"a"
))
{
return
;
}
}
}
}
myProject/TextFile.txt
View file @
2560a5eb
...
...
@@ -3,4 +3,3 @@
484849848
98456
myname is yehailong
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