| ::------------------------------------------------------------------------------------------------------- |
| :: Copyright (C) Microsoft. All rights reserved. |
| :: Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. |
| ::------------------------------------------------------------------------------------------------------- |
| if not "%JENKINS_BUILD%" == "True" ( |
| echo This script should be run under a Jenkins Build environment |
| set JENKINS_USE_MSBUILD_12= |
| set JENKINS_USE_MSBUILD_12=True |
| goto :ContinueArgParseEnd |
| :: DEFAULT - add any other params to %JENKINS_BUILD_ARGS% |
| set JENKINS_BUILD_ARGS=%JENKINS_BUILD_ARGS% %1 |
| goto :ContinueArgParseEnd |
| :: ======================================== |
| :: ======================================== |
| call %REPO_ROOT%\Build\scripts\add_msbuild_path.cmd %JENKINS_USE_MSBUILD_12% |