Don't import the external package props file into the module build context (#711)
This commit is contained in:
parent
9c1ad50441
commit
bc804863a2
|
|
@ -102,8 +102,7 @@
|
||||||
|
|
||||||
<GeneratePackageVersionPropsFile
|
<GeneratePackageVersionPropsFile
|
||||||
Packages="@(_LineupPackages)"
|
Packages="@(_LineupPackages)"
|
||||||
OutputPath="$(GeneratedPackageVersionPropsPath)"
|
OutputPath="$(GeneratedPackageVersionPropsPath)" />
|
||||||
AdditionalImports="$(DotNetPackageVersionPropsPath)" />
|
|
||||||
|
|
||||||
<Copy SourceFiles="$(GeneratedPackageVersionPropsPath)" DestinationFolder="$(ArtifactsDir)" />
|
<Copy SourceFiles="$(GeneratedPackageVersionPropsPath)" DestinationFolder="$(ArtifactsDir)" />
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue