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 6835221 commit 2d7f1faCopy full SHA for 2d7f1fa
.ci/esy-build-steps.yml
@@ -19,11 +19,11 @@ steps:
19
path: $(NPM_CACHE_DIR)
20
displayName: Cache NPM
21
22
- - script: npm install
23
- - script: npm run build-cygwin
24
- displayName: 'Build cygwin'
25
- - script: npm run package-cygwin
26
- displayName: "Package cygwin"
+ # - script: npm install
+ # - script: npm run build-cygwin
+ # displayName: 'Build cygwin'
+ # - script: npm run package-cygwin
+ # displayName: "Package cygwin"
27
- bash: npm pack
28
displayName: "npm pack"
29
- task: PublishBuildArtifacts@1
0 commit comments