File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1616 <ItemGroup Condition =" '$(TestDependsOnPlaywright)' == 'true' AND '$(IsWindowsHelixQueue)' == 'true'" >
1717 <HelixPreCommand Include =" call RunPowershell.cmd installPlaywrightReqs.ps1 || exit /b 1" />
1818 </ItemGroup >
19-
19+
2020 <ItemGroup Condition =" '$(TestDependsOnIIS)' == 'true' AND '$(IsWindowsOnlyTest)' == 'true'" >
2121 <HelixContent Include =" $(RepoRoot)src\Servers\IIS\tools\update_schema.ps1" />
2222 <HelixContent Include =" $(RepoRoot)src\Servers\IIS\tools\UpdateIISExpressCertificate.ps1" />
3535 <HelixPreCommand Include =" call RunPowershell.cmd InstallNode.ps1 $(NodeVersion) || exit /b 1" />
3636 </ItemGroup >
3737
38+ <!-- $(TestDependsOnAspNetRuntime) implies $(TestDependsOnAspNetPackages). Separate for the App.UnitTests case. -->
39+ <PropertyGroup Condition =" '$(TestDependsOnAspNetRuntime)' == 'true' AND '$(TestDependsOnAspNetPackages)' == '' " >
40+ <TestDependsOnAspNetPackages >true</TestDependsOnAspNetPackages >
41+ </PropertyGroup >
3842 <ItemGroup Condition =" '$(TestDependsOnAspNetPackages)' == 'true' " >
3943 <!-- Grab all shipping packages. -->
4044 <HelixContent Include =" $(RepoRoot)artifacts\packages\$(Configuration)\Shipping\*$(SharedFxVersion).nupkg" />
4145 </ItemGroup >
46+
4247 <ItemGroup >
4348 <!-- Java test projects do not use xUnit. -->
4449 <HelixContent Include =" $(OutputPath)Microsoft.VisualStudio.TestPlatform.Extension.Xunit.Xml.TestAdapter.dll"
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <ContainsFunctionalTestAssets >true</ContainsFunctionalTestAssets >
55 <TargetFramework >$(DefaultNetCoreTargetFramework)</TargetFramework >
6- <TestDependsOnAspNetPackages >true</TestDependsOnAspNetPackages >
6+ <TestDependsOnAspNetRuntime >true</TestDependsOnAspNetRuntime >
77 </PropertyGroup >
88
99 <ItemGroup >
Original file line number Diff line number Diff line change 1313 <!-- TestTemplateCreationFolder is the folder where the templates will be created. Will point out to $(OutputDir)$(TestTemplateCreationFolder) -->
1414 <TestTemplateCreationFolder >TestTemplates\</TestTemplateCreationFolder >
1515 <TestPackageRestorePath >$([MSBuild]::EnsureTrailingSlash('$(RepoRoot)'))obj\template-restore\</TestPackageRestorePath >
16- <TestDependsOnAspNetPackages >true</TestDependsOnAspNetPackages >
16+ <TestDependsOnAspNetRuntime >true</TestDependsOnAspNetRuntime >
1717 <TestDependsOnMssql >true</TestDependsOnMssql >
1818 <TestDependsOnPlaywright >true</TestDependsOnPlaywright >
1919 </PropertyGroup >
Original file line number Diff line number Diff line change 1818 <!-- TestTemplateCreationFolder is the folder where the templates will be created. Will point out to $(OutputDir)$(TestTemplateCreationFolder) -->
1919 <TestTemplateCreationFolder >TestTemplates\</TestTemplateCreationFolder >
2020 <TestPackageRestorePath >$([MSBuild]::EnsureTrailingSlash('$(RepoRoot)'))obj\template-restore\</TestPackageRestorePath >
21- <TestDependsOnAspNetPackages >true</TestDependsOnAspNetPackages >
21+ <TestDependsOnAspNetRuntime >true</TestDependsOnAspNetRuntime >
2222 </PropertyGroup >
2323
2424 <ItemGroup >
You can’t perform that action at this time.
0 commit comments