зеркало из https://github.com/microsoft/BuildXL.git
Remove viewer command line arguments until it is fixed (#1088)
This commit is contained in:
Родитель
5da5588c58
Коммит
2917f5bf10
|
@ -1155,9 +1155,10 @@ namespace BuildXL
|
|||
OptionHandlerFactory.CreateOption(
|
||||
"vfsCasRoot",
|
||||
opt => cacheConfiguration.VfsCasRoot = CommandLineUtilities.ParsePathOption(opt, pathTable)),
|
||||
/* The viewer is currently broken. Leaving the code around so we can dust it off at some point. AB#1609082
|
||||
OptionHandlerFactory.CreateOption(
|
||||
"viewer",
|
||||
opt => configuration.Viewer = CommandLineUtilities.ParseEnumOption<ViewerMode>(opt)),
|
||||
opt => configuration.Viewer = CommandLineUtilities.ParseEnumOption<ViewerMode>(opt)),*/
|
||||
OptionHandlerFactory.CreateBoolOption(
|
||||
"vs",
|
||||
sign => ideConfiguration.IsEnabled = sign),
|
||||
|
|
|
@ -1090,9 +1090,10 @@ namespace BuildXL
|
|||
Strings.HelpText_DisplayHelp_SnapshotMode,
|
||||
HelpLevel.Verbose);
|
||||
|
||||
/* The viewer is currently broken. Leaving the code around so we can dust it off at some point. AB#1609082
|
||||
hw.WriteOption(
|
||||
"/viewer:<mode>",
|
||||
Strings.HelpText_DisplayHelp_ViewerOptions);
|
||||
Strings.HelpText_DisplayHelp_ViewerOptions);*/
|
||||
|
||||
hw.WriteOption(
|
||||
"/relatedActivityId:<guid>",
|
||||
|
|
|
@ -160,7 +160,7 @@ endlocal && exit /b 0
|
|||
set start=!time!
|
||||
set stepName=Performing a /cleanonly build
|
||||
call :StatusMessage !stepName!
|
||||
call :RunBxl -Use RunCheckinTests /q:DebugNet472 %BUILDXL_ARGS% /cleanonly /f:spec='%ENLISTMENTROOT%\Public\Src\Utilities\Instrumentation\LogGen\BuildXL.LogGen.dsc' /viewer:disable /TraceInfo:RunCheckinTests=CleanOnly
|
||||
call :RunBxl -Use RunCheckinTests /q:DebugNet472 %BUILDXL_ARGS% /cleanonly /f:spec='%ENLISTMENTROOT%\Public\Src\Utilities\Instrumentation\LogGen\BuildXL.LogGen.dsc' /TraceInfo:RunCheckinTests=CleanOnly
|
||||
if !ERRORLEVEL! NEQ 0 (exit /b 1)
|
||||
call :RecordStep "!stepName!" !start!
|
||||
|
||||
|
@ -235,7 +235,7 @@ endlocal && exit /b 0
|
|||
set start=!time!
|
||||
set stepName=Running SymLink Tests
|
||||
call :StatusMessage !stepName!
|
||||
call :RunBxl -Use RunCheckinTests %BUILDXL_ARGS% /unsafe_IgnoreProducingSymlinks+ /c:%ENLISTMENTROOT%\Public\Src\Sandbox\Windows\DetoursTests\SymLink1\config.dsc /viewer:disable /TraceInfo:RunCheckinTests=Symlink /logsDirectory:%~dp0out\Logs\SymLinkTest\
|
||||
call :RunBxl -Use RunCheckinTests %BUILDXL_ARGS% /unsafe_IgnoreProducingSymlinks+ /c:%ENLISTMENTROOT%\Public\Src\Sandbox\Windows\DetoursTests\SymLink1\config.dsc /TraceInfo:RunCheckinTests=Symlink /logsDirectory:%~dp0out\Logs\SymLinkTest\
|
||||
rmdir /s /q %ENLISTMENTROOT%\Public\Src\Sandbox\Windows\DetoursTests\SymLink1\Out
|
||||
if !ERRORLEVEL! NEQ 0 (exit /b 1)
|
||||
call :RecordStep "!stepName!" !start!
|
||||
|
|
Загрузка…
Ссылка в новой задаче