Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit a325813

Browse files
committed
Merge branch 'master' of github.com:brunohbrito/JP-Project
2 parents 929ffa8 + 6ae9273 commit a325813

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

azure-pipelines.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# ASP.NET Core
2+
# Build and test ASP.NET Core projects targeting .NET Core.
3+
# Add steps that run tests, create a NuGet package, deploy, and more:
4+
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
5+
6+
pool:
7+
vmImage: 'Ubuntu 16.04'
8+
9+
variables:
10+
buildConfiguration: 'Release'
11+
12+
steps:
13+
- script: dotnet build ./src --configuration $(buildConfiguration)
14+
displayName: 'dotnet build $(buildConfiguration)'

0 commit comments

Comments
 (0)