File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
tests/Shared/TemplatesTesting Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<Import Project =" $(MSBuildThisFileDirectory)..\Playwright\Playwright.targets" />
6
6
7
+ <PropertyGroup >
8
+ <!-- needed for the RequiresDocker attribute, and discoverer -->
9
+ <IncludeTestUtilities >true</IncludeTestUtilities >
10
+ </PropertyGroup >
7
11
<ItemGroup >
8
12
<Compile Include =" $(MSBuildThisFileDirectory)*.cs" Link =" TemplateTestingCommon" />
9
13
10
14
<_DataFile Include =" $(MSBuildThisFileDirectory)data\**\*" Link =" testassets\%(RecursiveDir)%(FileName)%(Extension)" CopyToOutputDirectory =" PreserveNewest" />
11
15
<None Include =" @(_DataFile)" />
12
16
13
17
<PackageReference Include =" Polly.Core" />
14
-
15
- <!-- needed for the RequiresDocker attribute, and discoverer -->
16
- <ProjectReference Include =" $(RepoRoot)tests\Aspire.TestUtilities\Aspire.TestUtilities.csproj" />
17
18
</ItemGroup >
18
19
</Project >
You can’t perform that action at this time.
0 commit comments