Skip to content

Commit 30de353

Browse files
committed
Set up CI with Azure Pipelines
[skip ci]
1 parent 6610725 commit 30de353

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
pool:
2+
vmImage: 'ubuntu-latest'
3+
4+
steps:
5+
- task: UseDotNet@2
6+
inputs:
7+
packageType: 'sdk'
8+
version: '5.0.x'
9+
10+
- script: |
11+
dotnet build EntityFrameworkCore.DataEncryption.sln --configuration Release
12+
displayName: 'Build'
13+
14+
- script: |
15+
dotnet test EntityFrameworkCore.DataEncryption.sln --configuration Release
16+
displayName: 'Test'

0 commit comments

Comments
 (0)