Don't import the external package props file into the module build context (#711)

This commit is contained in:
Nate McMaster 2017-12-13 12:14:19 -08:00 committed by GitHub
parent 9c1ad50441
commit bc804863a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -102,8 +102,7 @@
<GeneratePackageVersionPropsFile
Packages="@(_LineupPackages)"
OutputPath="$(GeneratedPackageVersionPropsPath)"
AdditionalImports="$(DotNetPackageVersionPropsPath)" />
OutputPath="$(GeneratedPackageVersionPropsPath)" />
<Copy SourceFiles="$(GeneratedPackageVersionPropsPath)" DestinationFolder="$(ArtifactsDir)" />