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 d566120 commit fcd2db9Copy full SHA for fcd2db9
azure-pipelines-1.yml
@@ -20,7 +20,12 @@ jobs:
20
inputs:
21
versionSpec: '16.x' # Explicitly set the Node.js version to 10.x
22
displayName: 'Use Node.js 16'
23
-
+
24
+ - script: |
25
+ node --version # This will print the Node version
26
+ npm install
27
+ npm run build
28
+ displayName: 'Install Dependencies and Build'
29
30
- script: echo Hello, world!
31
displayName: 'Run a one-line script'
0 commit comments