We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f32f2 commit b30b0feCopy full SHA for b30b0fe
azure-pipelines.yml
@@ -19,3 +19,8 @@ steps:
19
npm install
20
npm run build
21
displayName: 'npm install and build'
22
+
23
+- script: |
24
+ uname -a
25
+ echo hello world
26
+ displayName: 'test script'
0 commit comments