File tree 1 file changed +1
-1
lines changed
src/Tasks/Microsoft.NET.Build.Tasks/targets 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Copyright (c) .NET Foundation. All rights reserved.
27
27
there is no dependency in nuspec. And add Microsoft.NETCore.Platforms, which is used to select correct RID assets.
28
28
-->
29
29
<PropertyGroup >
30
- <_ToolsSettingsFilePath >$(BaseIntermediateOutputPath )DotnetToolSettings.xml</_ToolsSettingsFilePath >
30
+ <_ToolsSettingsFilePath >$(IntermediateOutputPath )DotnetToolSettings.xml</_ToolsSettingsFilePath >
31
31
<SuppressDependenciesWhenPacking Condition =" '$(PackAsTool)' == 'true' " >true</SuppressDependenciesWhenPacking >
32
32
<_PackToolPublishDependency Condition =" ('$(GeneratePackageOnBuild)' != 'true' and '$(NoBuild)' != 'true') and $(IsPublishable) == 'true' " >_PublishBuildAlternative</_PackToolPublishDependency >
33
33
<_PackToolPublishDependency Condition =" ('$(GeneratePackageOnBuild)' == 'true' or '$(NoBuild)' == 'true') and $(IsPublishable) == 'true' " >$(_PublishNoBuildAlternativeDependsOn)</_PackToolPublishDependency >
You can’t perform that action at this time.
0 commit comments