Skip to content
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

[0.64] Bundle in solution dir (#6736) #6812

Merged
2 commits merged into from
Jan 5, 2021

Conversation

NickGerleman
Copy link
Collaborator

@NickGerleman NickGerleman commented Jan 4, 2021

  • Specify full path when bundling

  • Change files

  • .

  • Change files

  • PR fb

Co-authored-by: Alexander Sklar asklar@winse.microsoft.com

Microsoft Reviewers: Open in CodeFlow

* Specify full path when bundling

* Change files

* .

* Change files

* PR fb

Co-authored-by: Alexander Sklar <asklar@winse.microsoft.com>
@NickGerleman NickGerleman requested a review from a team as a code owner January 4, 2021 18:41
<!-- Optional config file for the bundle command (metro will use metro.config.js by default) -->
<BundleConfigFile Condition="'$(BundleConfigFile)' == ''"></BundleConfigFile>

<FullOutDir Condition="'$([System.IO.Path]::GetFullPath($(OutDir)))' == '$(OutDir)'">$(OutDir)</FullOutDir>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the condition use IsPathRooted?
Technically there are many paths that are the same file but not identical, i.e. symlink expansions, long path prefix \\?\c:, old 8.3 paths progra~1 (even though I haven't seen this in a long time ;)) etc, etc

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question for @asklar who made the original change. This is just porting it to 0.64.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds like a good idea, I wasn't aware of that method when I wrote this.

@NickGerleman NickGerleman added the AutoMerge Causes a PR to be automatically merged once all requirements are passed (label drives bot activity) label Jan 4, 2021
@ghost
Copy link

ghost commented Jan 4, 2021

Hello @NickGerleman!

Because this pull request has the AutoMerge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

Do note that I've been instructed to only help merge pull requests of this repository that have been opened for at least 10 hours, a condition that will be fulfilled in about 7 hours 22 minutes. No worries though, I will be back when the time is right! 😉

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ghost ghost merged commit 73087e7 into microsoft:0.64-stable Jan 5, 2021
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AutoMerge Causes a PR to be automatically merged once all requirements are passed (label drives bot activity)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants