-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build script to work with VS2019 (#641)
* Fix build script to work with VS2019 The main change is to try to find msbuild using the 'Current' version instead of the '15.0' version. The MSBuild team has stated that 'Current' will be used going forward to avoid a breaking change to the path when the version revs. Also necessary in this change was to drop the /toolsVersion flag from msbuild. It was passing 15.0 but that tools version is not recognized in the current MSBuild. Lastly, added the UWP.Support component as a required build component. When the build targets an instance of VS missing this feature, the build will fail when trying to find Microsoft.Windows.UI.Xaml.CSharp.Targets. * Handle when Resolve-Path throws if VS2019 is not present
- Loading branch information
1 parent
67c9f43
commit 2166170
Showing
2 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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