Skip to content

Commit 7c61df1

Browse files
committed
fixies mores
1 parent d6e21ab commit 7c61df1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/Shared/RepoTesting/Aspire.Testing.Repo.targets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
which uses `PackageReference` for running outside, and `ProjectReference`
55
when running in the repo. -->
66

7+
<PropertyGroup>
8+
<GeneratedPackagesVersionsPropsPath>$(IntermediateOutputPath)Directory.Packages.Versions.props</GeneratedPackagesVersionsPropsPath>
9+
</PropertyGroup>
10+
711
<ItemGroup Condition="'$(TestsRunningOutsideOfRepo)' != 'true'">
812
<ProjectReference Include="@(ComponentReferenceForTests -> '$(RepoRoot)src\Components\%(Identity)\%(Identity).csproj')" />
913
<ProjectReference Include="@(NonComponentReferenceForTests -> '$(RepoRoot)src\%(Identity)\%(Identity).csproj')" />

0 commit comments

Comments
 (0)