Skip to content

Commit e57832f

Browse files
authored
Merge pull request #67 from Office-of-Digital-Services/development
Add 'test' branch to pipeline trigger
2 parents 9c6f912 + 64fd54d commit e57832f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

azure-test-build-pipelines.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# HTML
2+
# Archive your static HTML project and save it with the build record.
3+
# Add steps that build, run tests, deploy, and more:
4+
# https://aka.ms/yaml
5+
6+
trigger:
7+
- test
8+
pr: none
9+
10+
pool:
11+
vmImage: 'ubuntu-latest'
12+
13+
steps:
14+
- task: ArchiveFiles@2
15+
inputs:
16+
rootFolderOrFile: '$(build.sourcesDirectory)'
17+
includeRootFolder: false
18+
- task: PublishBuildArtifacts@1

0 commit comments

Comments
 (0)