Skip to content

Commit 2ae39ba

Browse files
committed
Set up CI with Azure Pipelines
[skip ci]
1 parent 8322d1c commit 2ae39ba

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Starter pipeline
2+
# Start with a minimal pipeline that you can customize to build and deploy your code.
3+
# Add steps that build, run tests, deploy, and more:
4+
# https://aka.ms/yaml
5+
6+
trigger:
7+
- master
8+
9+
pool:
10+
vmImage: 'ubuntu-latest'
11+
12+
steps:
13+
- script: echo Hello, world!
14+
displayName: 'Run a one-line script'
15+
16+
- powershell: : |
17+
invoke-Pester -Path ./Tests
18+
displayName: 'Pester'

0 commit comments

Comments
 (0)