We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c80a46 commit 30e0126Copy full SHA for 30e0126
tests/Shared/RepoTesting/Aspire.RepoTesting.targets
@@ -102,7 +102,7 @@
102
</Target>
103
104
<!-- Generate before the build so the projects can use this in a <None ..> item -->
105
- <Target Name="_GeneratePackagesVersionsProps" BeforeTargets="BeforeBuild" Condition="'$(DeployOutsideOfRepoSupportFiles)' == 'true'">
+ <Target Name="_GeneratePackagesVersionsProps" BeforeTargets="BeforeBuild" Condition="'$(DeployOutsideOfRepoSupportFiles)' == 'true' and '$(IsTestUtilityProject)' != 'true'">
106
<!-- Duplicate all the @(PackageVersion) items with the evaluated versions -->
107
<ItemGroup>
108
<_PackageVersionEvaluated Include="@(PackageVersion -> '<PackageVersion Include="%(Identity)" Version="%(Version)" />')" />
0 commit comments