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