File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/SourceBuild/content/repo-projects Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 737
737
MoveDotNetBuildLogs;
738
738
CleanupRepo" />
739
739
740
- <Target Name =" Test " >
740
+ <Target Name =" RepoTest " >
741
741
<Message Importance =" High" Text =" [$([System.DateTime]::Now.ToString('HH:mm:ss.ff'))] Testing $(RepositoryName)" />
742
742
<Message Importance =" High" Text =" Running command:" />
743
743
<Message Importance =" High" Text =" $(TestCommand)" />
757
757
758
758
<Message Importance =" High" Text =" [$([System.DateTime]::Now.ToString('HH:mm:ss.ff'))] Testing $(RepositoryName)...done" />
759
759
</Target >
760
+
761
+ <Target Name =" Test" DependsOnTargets =" RepoTest;MoveDotNetBuildLogs" />
760
762
<Target Name =" VSTest" DependsOnTargets =" Test" />
761
763
762
764
<UsingTask TaskName =" Microsoft.DotNet.UnifiedBuild.Tasks.UsageReport.WritePackageUsageData" AssemblyFile =" $(MicrosoftDotNetUnifiedBuildTasksAssembly)" TaskFactory =" TaskHostFactory" />
Original file line number Diff line number Diff line change 29
29
30
30
<Target Name =" PrepareScenarioTestsInputs"
31
31
DependsOnTargets =" SetupNuGetConfig;DetermineSourceBuiltSdkVersion"
32
- BeforeTargets =" Test " >
32
+ BeforeTargets =" RepoTest " >
33
33
<PropertyGroup >
34
34
<_CurrentDateTime >$([System.DateTime]::Now.ToString("yyyy-MM-dd_HH_mm_ss"))</_CurrentDateTime >
35
35
<_TestXmlOutputPath >$(ScenarioTestsResultsDir)$(_CurrentDateTime).xml</_TestXmlOutputPath >
You can’t perform that action at this time.
0 commit comments