Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 208704e

Browse files
committed
Modifying testAsset.props so that when loading DependencyVersions.props, we also load OrchestratedPackageVersions.props if it exists. This fixes cases where a single project ended up being restored and built with different versions of Microsoft.NetCore.App in ProdCon.
1 parent abcdeba commit 208704e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

testAsset.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup>
3+
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
4+
</PropertyGroup>
5+
<Import Project="build/InitRepo.props" />
26
<Import Project="build/DependencyVersions.props" />
37
<PropertyGroup>
48
<RestoreAdditionalProjectSources Condition="'$(TEST_PACKAGES)' != ''">$(TEST_PACKAGES)</RestoreAdditionalProjectSources>

0 commit comments

Comments
 (0)