File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2727 - name : CorrelationStaging
2828 value : $(Build.SourcesDirectory)\CorrelationStaging\
2929 - name : AdditionalHelixPreCommands
30- value : ' call %HELIX_CORRELATION_PAYLOAD%\machine-setup$(ScriptExtension);xcopy %HELIX_CORRELATION_PAYLOAD%\NuGet.config %HELIX_WORKITEM_ROOT%'
30+ value : ' call %HELIX_CORRELATION_PAYLOAD%\machine-setup$(ScriptExtension);xcopy %HELIX_CORRELATION_PAYLOAD%\NuGet.config %HELIX_WORKITEM_ROOT% /Y '
3131 - name : PreservePythonPath
3232 value : ' set ORIGPYPATH=%PYTHONPATH%'
3333 - name : HelixPostCommand
Original file line number Diff line number Diff line change 11import os
22import subprocess
33from shared .runner import TestTraits , Runner
4+ from performance .logger import setup_loggers
45
56EXENAME = 'MauiBlazorDesktopTesting'
67
Original file line number Diff line number Diff line change 11import os
22import subprocess
33from shared .runner import TestTraits , Runner
4+ from performance .logger import setup_loggers
45
56EXENAME = 'MauiDesktopTesting'
67
78def main ():
9+ setup_loggers (True )
810 traits = TestTraits (exename = EXENAME ,
911 guiapp = 'true' ,
1012 startupmetric = 'WinUI' ,
You can’t perform that action at this time.
0 commit comments