8000 Fix path to tool settings file in build (#47788) · dotnet/sdk@578f7a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 578f7a1

Browse files
authored
Fix path to tool settings file in build (#47788)
2 parents ba0bdc9 + 117b42b commit 578f7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.PackTool.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Copyright (c) .NET Foundation. All rights reserved.
2727
there is no dependency in nuspec. And add Microsoft.NETCore.Platforms, which is used to select correct RID assets.
2828
-->
2929
<PropertyGroup>
30-
<_ToolsSettingsFilePath>$(BaseIntermediateOutputPath)DotnetToolSettings.xml</_ToolsSettingsFilePath>
30+
<_ToolsSettingsFilePath>$(IntermediateOutputPath)DotnetToolSettings.xml</_ToolsSettingsFilePath>
3131
<SuppressDependenciesWhenPacking Condition=" '$(PackAsTool)' == 'true' ">true</SuppressDependenciesWhenPacking>
3232
<_PackToolPublishDependency Condition=" ('$(GeneratePackageOnBuild)' != 'true' and '$(NoBuild)' != 'true') and $(IsPublishable) == 'true' ">_PublishBuildAlternative</_PackToolPublishDependency>
3333
<_PackToolPublishDependency Condition=" ('$(GeneratePackageOnBuild)' == 'true' or '$(NoBuild)' == 'true') and $(IsPublishable) == 'true' ">$(_PublishNoBuildAlternativeDependsOn)</_PackToolPublishDependency>

0 commit comments

Comments
 (0)
0