File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 26
26
-->
27
27
<InstallerRuntimeIdentifiers >linux-$(TargetArchitecture)</InstallerRuntimeIdentifiers >
28
28
<IsShippingPackage >true</IsShippingPackage >
29
- </PropertyGroup >
30
-
31
- <ItemGroup >
32
29
<!-- The PublishToDisk target which depends on ResolveProjectReferences is invoked with OutputPath as an global property
33
- which would flow to redist.csproj. -->
34
- <ProjectReference Include = " ..\redist\redist.csproj " ReferenceOutputAssembly = " false " GlobalPropertiesToRemove = " OutputPath" / >
35
- </ItemGroup >
30
+ which would flow to redist.csproj or sdk-tasks.csproj . -->
31
+ <_GlobalPropertiesToRemoveFromProjectReferences >$(_GlobalPropertiesToRemoveFromProjectReferences); OutputPath</ _GlobalPropertiesToRemoveFromProjectReferences >
32
+ </PropertyGroup >
36
33
37
34
<ItemGroup >
35
+ <ProjectReference Include =" ..\redist\redist.csproj" ReferenceOutputAssembly =" false" />
38
36
<PackageReference Include =" Microsoft.DotNet.Build.Tasks.Installers" />
39
37
</ItemGroup >
40
38
You can’t perform that action at this time.
0 commit comments