We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5ee20 commit 21dea25Copy full SHA for 21dea25
Assets/HoloToolkit/Build/Editor/BuildDeployWindow.cs
@@ -285,7 +285,7 @@ private void OnGUI()
285
string currentSDKVersion = EditorUserBuildSettings.wsaUWPSDK;
286
287
int currentSDKVersionIndex = 0;
288
- int defaultMSBuildVersionIndex = 0;
+ int defaultMSBuildVersionIndex = -1;
289
290
for (var i = 0; i < windowsSdkPaths.Length; i++)
291
{
0 commit comments