Skip to content

Commit 2d7f1fa

Browse files
committed
wip: to be revert
1 parent 6835221 commit 2d7f1fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.ci/esy-build-steps.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ steps:
1919
path: $(NPM_CACHE_DIR)
2020
displayName: Cache NPM
2121

22-
- script: npm install
23-
- script: npm run build-cygwin
24-
displayName: 'Build cygwin'
25-
- script: npm run package-cygwin
26-
displayName: "Package cygwin"
22+
# - script: npm install
23+
# - script: npm run build-cygwin
24+
# displayName: 'Build cygwin'
25+
# - script: npm run package-cygwin
26+
# displayName: "Package cygwin"
2727
- bash: npm pack
2828
displayName: "npm pack"
2929
- task: PublishBuildArtifacts@1

0 commit comments

Comments
 (0)