Skip to content

Commit ba14259

Browse files
authored
Enable tasks in CI_release workflow
1 parent 88cae37 commit ba14259

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/CI_release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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+

0 commit comments

Comments
 (0)