Skip to content

Commit 38deeeb

Browse files
committed
Set up CI with Azure Pipelines
[skip ci]
1 parent a95abfd commit 38deeeb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

azure-pipelines.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
- master
8+
9+
pool:
10+
vmImage: ubuntu-latest
11+
12+
steps:
13+
- task: ArchiveFiles@2
14+
inputs:
15+
rootFolderOrFile: '$(build.sourcesDirectory)'
16+
includeRootFolder: false
17+
- task: PublishBuildArtifacts@1

0 commit comments

Comments
 (0)