Skip to content

Commit

Permalink
fix: convert-sourcetree-to-winui.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
workgroupengineering committed Apr 5, 2022
1 parent 2121d94 commit 79115b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/convert-sourcetree-to-winui.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dotnet run %myvar%\..
popd
msbuild Uno.UI.Build.csproj "/p:CombinedConfiguration=Release|AnyCPU;BUILD_BUILDNUMBER=test_test_8888" /m /t:RunAPISyncTool /clp:PerformanceSummary;Summary /bl
pause
END
goto end
:errorci
echo Your system has the Platform environment variable to %Platform%, which is known to break some msbuild projects.
exit /B 1
Expand All @@ -27,4 +27,5 @@ END
If /I '%result%' == '2' (set Platform=)
If /I '%result%' == '3' (exit /B 1)
goto convert
:end
endlocal

0 comments on commit 79115b5

Please sign in to comment.