You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
0 commit comments