Skip to content

Commit 68e5109

Browse files
authored
Build Pipeline in yaml format
1 parent 60c7427 commit 68e5109

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
pool:
2+
name: Hosted VS2017
3+
steps:
4+
- task: PowerShell@2
5+
displayName: Prerequisites
6+
inputs:
7+
targetType: filePath
8+
filePath: './build/vsts-prerequisites.ps1'
9+
10+
- task: PowerShell@2
11+
displayName: Validate
12+
inputs:
13+
targetType: filePath
14+
filePath: './build/vsts-validate.ps1'
15+
16+
- task: PublishTestResults@2
17+
displayName: 'Publish Test Results **/TEST-*.xml'
18+
inputs:
19+
testResultsFormat: NUnit
20+
condition: always()

0 commit comments

Comments
 (0)