File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
<!-- Packaging projects (.pkgproj) are non-SDK-style, so they need to directly import Directory.Build.props -->
5
5
<Import Project =" ../Directory.Build.props" />
6
-
6
+
7
7
<Import Project =" $(NuGetPackageRoot)\microsoft.dotnet.build.tasks.packaging\$(MicrosoftDotNetBuildTasksPackagingVersion)\build\Microsoft.DotNet.Build.Tasks.Packaging.props" />
8
8
9
9
<Import Project =" packaging.props" />
12
12
<!-- defined in Packaging.targets, but we need this before targets are imported -->
13
13
<PackagePlatform >AnyCPU</PackagePlatform >
14
14
15
- <!-- build the transport package which includes product and symbols in addition to standard packages -->
16
- <CreatePackedPackage Condition =" '$(CreatePackedPackage)' == ''" >true</CreatePackedPackage >
15
+ <!-- build the transport package which includes product and symbols in addition to standard packages
16
+ This is a legacy setting as we tend to use symbol packages for symbol indexing and we don't use
17
+ transport packages to flow dependencies anymore -->
18
+ <CreatePackedPackage Condition =" '$(CreatePackedPackage)' == ''" >false</CreatePackedPackage >
17
19
18
20
<!-- indicates that lib prefix is not added to library names for Unix-like operating systems -->
19
21
<SkipLibraryPrefixFromUnix >true</SkipLibraryPrefixFromUnix >
You can’t perform that action at this time.
0 commit comments