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 ec6cacb commit 5958a02Copy full SHA for 5958a02
tests/Shared/RepoTesting/Aspire.RepoTesting.targets
@@ -108,7 +108,7 @@
108
</Target>
109
110
<!-- Generate before the build so the projects can use this in a <None ..> item -->
111
- <Target Name="_GeneratePackagesVersionsProps" BeforeTargets="BeforeBuild" Condition="'$(DeployOutsideOfRepoSupportFiles)' == 'true'">
+ <Target Name="_GeneratePackagesVersionsProps" BeforeTargets="BeforeBuild" Condition="'$(DeployOutsideOfRepoSupportFiles)' == 'true' and '$(IsTestUtilityProject)' != 'true'">
112
<!-- Duplicate all the @(PackageVersion) items with the evaluated versions -->
113
<ItemGroup>
114
<_PackageVersionEvaluated Include="@(PackageVersion -> '<PackageVersion Include="%(Identity)" Version="%(Version)" />')" />
0 commit comments