Skip to content

Conversation

@NickGerleman
Copy link
Contributor

@NickGerleman NickGerleman commented Jan 16, 2020

Continue from #3887

Add a missing directory separator that wasn't in the env variable. Add
LayoutHeaders to a build flavor in the PR matrix so we can find this
earlier.
(see update below)

Microsoft Reviewers: Open in CodeFlow

Add a missing directory separator that wasn't in the env variable. Add
LayoutHeaders to a build flavor in the PR matrix so we can find this
earlier.
@NickGerleman NickGerleman added the AutoMerge Causes a PR to be automatically merged once all requirements are passed (label drives bot activity) label Jan 16, 2020
@NickGerleman NickGerleman requested a review from a team as a code owner January 16, 2020 06:59
@ghost
Copy link

ghost commented Jan 16, 2020

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 60 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.

}

$ReactNativeRoot = $intermediateBuildDir + $relativeRnDir
$ReactNativeRoot = $intermediateBuildDir + "\" + $relativeRnDir
Copy link
Contributor

Choose a reason for hiding this comment

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

Use Join-Path instead.

i.e.

Join-Path -Path $intermediateBuildDir -ChildPath $relativeRnDir

@ghost ghost added the Needs: Author Feedback The issue/PR needs activity from its author (label drives bot activity) label Jan 16, 2020
@NickGerleman
Copy link
Contributor Author

NickGerleman commented Jan 16, 2020

@JunielKatarn there's some weirdness going on with CI. It looks like in prior builds most of "Build and Pack Nuget" completely no-oped, even for desktop. In this one we deterministically fail when trying to pack ReactUWP x64 debug, even though we ran a script to remove ReactUWP from the NuSpec.

Still trying to figure out how adding LayoutHeaders to the build matrix could change this. Us no-oping on previous PRs seems like a bug though. Know what's going on here?

@ghost ghost removed the Needs: Author Feedback The issue/PR needs activity from its author (label drives bot activity) label Jan 16, 2020
@NickGerleman
Copy link
Contributor Author

Going to create an issue for the Nuget Issues and just leave header layout out of the PR Matrix for now.

@NickGerleman
Copy link
Contributor Author

@JunielKatarn could you take a look at this again?

@ghost ghost merged commit 7d6357f into microsoft:master Jan 17, 2020
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.

2 participants