Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Build AppX packages before doing Solution Restore to fix UWP UI tests #12935

Merged
merged 4 commits into from
Nov 22, 2020

Conversation

PureWeen
Copy link
Contributor

@PureWeen PureWeen commented Nov 22, 2020

Description of Change

For 16.8.* we had to add a "/restore" call to the msbuild operation we use to build the nugets. This seems to put the ControlGallery appx files into a weird state where they can't be deployed because of some dependency confusion.

This PR moves the APPX build part to happen before the nugets are packaged which seems to work

Testing Procedure

  • ensure UWP UI Tests run

PR Checklist

  • Targets the correct branch
  • Tests are passing (or failures are unrelated)

@PureWeen PureWeen added the DO-NOT-MERGE-!!! 🛑 This is in progress and needs to be updated before it can be merged. label Nov 22, 2020
@PureWeen PureWeen changed the title Add Nuget Restore back in to fix UWP UI tests Build AppX packages before doing Solution Restore to fix UWP UI tests Nov 22, 2020
@PureWeen PureWeen added t/housekeeping ♻︎ Internal only changes, won't be included in release notes and removed DO-NOT-MERGE-!!! 🛑 This is in progress and needs to be updated before it can be merged. labels Nov 22, 2020
@PureWeen PureWeen merged commit 6f64132 into 4.8.0 Nov 22, 2020
@PureWeen PureWeen deleted the uwp_fix_uitests branch November 22, 2020 22:30
@samhouts samhouts added this to the 5.0.0 milestone Dec 8, 2020
@samhouts samhouts modified the milestones: 5.0.0, 4.8.0 Dec 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
t/housekeeping ♻︎ Internal only changes, won't be included in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants