-
Notifications
You must be signed in to change notification settings - Fork 1.3k
fix reinstall native dependency #18582
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
Merged
Merged
Conversation
This file contains hidden or 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
17e423e
to
c67c05f
Compare
weshaggard
reviewed
Nov 9, 2021
mikeharder
requested changes
Nov 9, 2021
mikeharder
requested changes
Nov 9, 2021
mikeharder
requested changes
Nov 9, 2021
praveenkuttappan
commented
Nov 9, 2021
# pnpm v6 replaces '/' in package names with '+' to reduce nesting directory in virtual store so we need to | ||
# change it back | ||
$packageAtVersion = $packageAtVersion.Replace("+", "/") | ||
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.
I have reverted this new line change and it's showing up correctly on view file of latest commit.
mikeharder
approved these changes
Nov 9, 2021
deyaaeldeen
pushed a commit
to deyaaeldeen/azure-sdk-for-js
that referenced
this pull request
Nov 29, 2021
* Generate absolute path for symlink to reinstall native dependency
deyaaeldeen
added a commit
that referenced
this pull request
Dec 2, 2021
* Check is value is undefined in appendQueryParams (#18621) * Check is value is undefined in appendQueryParams * Minor change * Response to PR comments * Update sdk/core/core-client/src/urlHelpers.ts Co-authored-by: Jeff Fisher <[email protected]> * Minor refactor Co-authored-by: Jeff Fisher <[email protected]> * Post release automated changes for core releases (#18358) Post release automated changes for azure-core-client * Remove the word experimental in readmes (#18773) We have the word "Experimental" in the titles in the readme files for our core packages. My guess is that we started with this when we were working on core v2, forgot to remove it when core v2 went GA and all our newer core packages from them did a copy/paste :) @xirzec, @joheredi Am I missing something? * Update Changelog to include query param check (#18851) * Update Changelog to include query param check * Update sdk/core/core-client/CHANGELOG.md Co-authored-by: Deyaaeldeen Almahallawi <[email protected]> Co-authored-by: Deyaaeldeen Almahallawi <[email protected]> * fix reinstall native dependency (#18582) * Generate absolute path for symlink to reinstall native dependency Co-authored-by: Sarangan Rajamanickam <[email protected]> Co-authored-by: Jeff Fisher <[email protected]> Co-authored-by: Azure SDK Bot <[email protected]> Co-authored-by: Ramya Rao <[email protected]> Co-authored-by: praveenkuttappan <[email protected]>
deyaaeldeen
added a commit
that referenced
this pull request
Dec 2, 2021
…) (#18925) * Check is value is undefined in appendQueryParams (#18621) * Check is value is undefined in appendQueryParams * Minor change * Response to PR comments * Update sdk/core/core-client/src/urlHelpers.ts Co-authored-by: Jeff Fisher <[email protected]> * Minor refactor Co-authored-by: Jeff Fisher <[email protected]> * Post release automated changes for core releases (#18358) Post release automated changes for azure-core-client * Remove the word experimental in readmes (#18773) We have the word "Experimental" in the titles in the readme files for our core packages. My guess is that we started with this when we were working on core v2, forgot to remove it when core v2 went GA and all our newer core packages from them did a copy/paste :) @xirzec, @joheredi Am I missing something? * Update Changelog to include query param check (#18851) * Update Changelog to include query param check * Update sdk/core/core-client/CHANGELOG.md Co-authored-by: Deyaaeldeen Almahallawi <[email protected]> Co-authored-by: Deyaaeldeen Almahallawi <[email protected]> * fix reinstall native dependency (#18582) * Generate absolute path for symlink to reinstall native dependency Co-authored-by: Sarangan Rajamanickam <[email protected]> Co-authored-by: Jeff Fisher <[email protected]> Co-authored-by: Azure SDK Bot <[email protected]> Co-authored-by: Ramya Rao <[email protected]> Co-authored-by: praveenkuttappan <[email protected]> Co-authored-by: Sarangan Rajamanickam <[email protected]> Co-authored-by: Jeff Fisher <[email protected]> Co-authored-by: Azure SDK Bot <[email protected]> Co-authored-by: Ramya Rao <[email protected]> Co-authored-by: praveenkuttappan <[email protected]>
jeremymeng
added a commit
that referenced
this pull request
Feb 8, 2022
…8582) * Generate absolute path for symlink to reinstall native dependency
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.