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

Fixing build issues due to adding WinUI projection #132

Merged
merged 3 commits into from
Apr 13, 2020

Conversation

stevenbrix
Copy link
Contributor

There were a few issues with the build that somehow didn't get caught while working on this:

  1. Even though I set ExcludeAssets=Build, Nuget was still importing the WinUI targets, which depend on TargetPlatformVersion to be specified
  2. After setting TargetPlatformVersionin the Projection project, there was a timing issue preventing the generated files from being compiled. This is why a subsequent build worked - because the files were already in the Generated Files directory

@Scottj1s Scottj1s merged commit c37a2aa into master Apr 13, 2020
@Scottj1s Scottj1s deleted the stevenbrix/fixbuild branch April 13, 2020 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants