Skip to content

Commit

Permalink
wip: to be revert
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth committed Jun 10, 2023
1 parent 6835221 commit 2d7f1fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .ci/esy-build-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ steps:
path: $(NPM_CACHE_DIR)
displayName: Cache NPM

- script: npm install
- script: npm run build-cygwin
displayName: 'Build cygwin'
- script: npm run package-cygwin
displayName: "Package cygwin"
# - script: npm install
# - script: npm run build-cygwin
# displayName: 'Build cygwin'
# - script: npm run package-cygwin
# displayName: "Package cygwin"
- bash: npm pack
displayName: "npm pack"
- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit 2d7f1fa

Please sign in to comment.