We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e21ab commit 7c61df1Copy full SHA for 7c61df1
1 file changed
tests/Shared/RepoTesting/Aspire.Testing.Repo.targets
@@ -4,6 +4,10 @@
4
which uses `PackageReference` for running outside, and `ProjectReference`
5
when running in the repo. -->
6
7
+ <PropertyGroup>
8
+ <GeneratedPackagesVersionsPropsPath>$(IntermediateOutputPath)Directory.Packages.Versions.props</GeneratedPackagesVersionsPropsPath>
9
+ </PropertyGroup>
10
+
11
<ItemGroup Condition="'$(TestsRunningOutsideOfRepo)' != 'true'">
12
<ProjectReference Include="@(ComponentReferenceForTests -> '$(RepoRoot)src\Components\%(Identity)\%(Identity).csproj')" />
13
<ProjectReference Include="@(NonComponentReferenceForTests -> '$(RepoRoot)src\%(Identity)\%(Identity).csproj')" />
0 commit comments