We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88db8d3 + e481da7 commit a4f5465Copy full SHA for a4f5465
src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.ClickOnce.targets
@@ -59,7 +59,7 @@ Copyright (c) .NET Foundation. All rights reserved.
59
<!-- Get correct deps json files based on _UseBuildDependencyFile -->
60
<ItemGroup>
61
<ProjectDepsFilesForClickOnce Condition="'$(_UseBuildDependencyFile)' == 'true'" Include="$(ProjectDepsFilePath)"/>
62
- <ProjectDepsFilesForClickOnce Condition="'$(_UseBuildDependencyFile)' != 'true'" Include="$(PublishDepsFilePath)"/>
+ <ProjectDepsFilesForClickOnce Condition="'$(_UseBuildDependencyFile)' != 'true'" Include="$(IntermediateDepsFilePath)"/>
63
</ItemGroup>
64
65
<!-- Add runtimeconfig and deps json file to item group that's included in files for clickonce publishing -->
0 commit comments