Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CleanArchitecture
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
tsai
CleanArchitecture
Commits
1ce7dbc9
Commit
1ce7dbc9
authored
Jan 28, 2019
by
azure-pipelines[bot]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set up CI with Azure Pipelines
parent
f18b4b7b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
azure-pipelines.yml
azure-pipelines.yml
+17
-0
No files found.
azure-pipelines.yml
0 → 100644
View file @
1ce7dbc9
# ASP.NET Core
# Build and test ASP.NET Core projects targeting .NET Core.
# Add steps that run tests, create a NuGet package, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
trigger
:
-
master
pool
:
vmImage
:
'
Ubuntu-16.04'
variables
:
buildConfiguration
:
'
Release'
steps
:
-
script
:
dotnet build --configuration $(buildConfiguration)
displayName
:
'
dotnet
build
$(buildConfiguration)'
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