Skip to content

Commit

Permalink
Merge pull request #15316 from dotnet/users/sujitn/1246995
Browse files Browse the repository at this point in the history
Update ClickOnce targets to adjust location to consume the publishing version of deps.json.
  • Loading branch information
sujitnayak authored Jan 20, 2021
2 parents 88db8d3 + e481da7 commit a4f5465
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Copyright (c) .NET Foundation. All rights reserved.
<!-- Get correct deps json files based on _UseBuildDependencyFile -->
<ItemGroup>
<ProjectDepsFilesForClickOnce Condition="'$(_UseBuildDependencyFile)' == 'true'" Include="$(ProjectDepsFilePath)"/>
<ProjectDepsFilesForClickOnce Condition="'$(_UseBuildDependencyFile)' != 'true'" Include="$(PublishDepsFilePath)"/>
<ProjectDepsFilesForClickOnce Condition="'$(_UseBuildDependencyFile)' != 'true'" Include="$(IntermediateDepsFilePath)"/>
</ItemGroup>

<!-- Add runtimeconfig and deps json file to item group that's included in files for clickonce publishing -->
Expand Down

0 comments on commit a4f5465

Please sign in to comment.