Skip to content

Commit b30b0fe

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 10f32f2 commit b30b0fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ steps:
1919
npm install
2020
npm run build
2121
displayName: 'npm install and build'
22+
23+
- script: |
24+
uname -a
25+
echo hello world
26+
displayName: 'test script'

0 commit comments

Comments
 (0)