File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ stages:
1313 steps :
1414
1515 - task : NodeTool@0
16- condition : false
16+ condition : true
1717 inputs :
1818 versionSource : ' spec'
1919 versionSpec : ' 22.x'
2020
2121 - task : Npm@1
22- condition : false
22+ condition : true
2323 inputs :
2424 command : ' install'
2525
2626 - task : Npm@1
27- condition : false
27+ condition : true
2828 inputs :
2929 command : ' custom'
3030 customCommand : ' run package'
@@ -40,7 +40,7 @@ stages:
4040 - script : |
4141 echo "Artifact dir is $ARTIFACT_DIR"
4242 echo "esrpConnectionName dir is $ESRP_CONNECTION_NAME"
43- # cp vscode-edge-devtools.vsix $(ARTIFACT_DIR)
43+ cp vscode-edge-devtools.vsix $(ARTIFACT_DIR)
4444 displayName: 'Copy VSIX to Artifact Staging Directory'
4545 env:
4646 ARTIFACT_DIR: $(ARTIFACT_DIR)
@@ -77,3 +77,4 @@ stages:
7777
7878
7979
80+
You can’t perform that action at this time.
0 commit comments