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 dcd8d30 commit b0caaedCopy full SHA for b0caaed
azure-pipelines-1.yml
@@ -19,8 +19,8 @@ jobs:
19
- script: echo Hello, world!
20
displayName: 'Run a one-line script'
21
22
- - script: env | grep NODE
23
- displayName: 'Check Node.js Environment Variables'
+ - script: node -v
+ displayName: 'Node version'
24
25
- task: Application security testing@2024
26
displayName: Application security testing
0 commit comments