-
Notifications
You must be signed in to change notification settings - Fork 686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix offline packaging using event stream #2138
Merged
Merged
Changes from 13 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2bb2962
Creating a new eventStream
akshita31 e829569
fixed
akshita31 a3199f5
removeComment
akshita31 dcadd23
Merge remote-tracking branch 'upstream/master' into fixOffline
akshita31 4055740
Invoke the node command
akshita31 07ed7aa
some tests
akshita31 5e79909
Added test for offline packaging
akshita31 3ca01c6
remove change in gulpfile
akshita31 761dd54
invokeNode
akshita31 de7d8da
Artifact tests
akshita31 bc78964
Directing the vsix files to a temp folder
akshita31 0966fc1
Changes to travis to run release tests on release only
akshita31 fcbdc5e
if statement
akshita31 2e8e647
Convert gulpfile to ts
0eeb691
Merge pull request #7 from TheRealPiotrP/fixOffline
akshita31 9aee396
check travis tag
akshita31 649cb45
Test trial
akshita31 fb3ae4c
C'mon travis!
akshita31 4abeeba
Try try!
akshita31 ce7d68e
Using bash ne
akshita31 cfbf862
Add newline
akshita31 197fc85
Enclosed in quotes
akshita31 e206c9b
Try travis
akshita31 1006877
Do on false
akshita31 ef8c30c
Add bracket
akshita31 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One other thing: can you also check that
travis tag
!=master
? That way we'll only run this when someone starts a release (the release process on GitHub creates a new branch).