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
|
||||
Packages="@(_LineupPackages)"
|
||||
OutputPath="$(GeneratedPackageVersionPropsPath)"
|
||||
AdditionalImports="$(DotNetPackageVersionPropsPath)" />
|
||||
OutputPath="$(GeneratedPackageVersionPropsPath)" />
|
||||
|
||||
<Copy SourceFiles="$(GeneratedPackageVersionPropsPath)" DestinationFolder="$(ArtifactsDir)" />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue