File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 7474 Condition =" '$(InProcessTestSite)' == 'true' AND '$(UseIisNativeAssets)' == 'true' AND '$(TargetFrameworkIdentifier)' != '.NETFramework'"
7575 BeforeTargets =" Publish"
7676 DependsOnTargets =" GeneratePublishDependencyFile;CopyFilesToPublishDirectory;PrepareInjectionApp" >
77- <Exec Command =" $(InjectDepsApp) " $(PublishDepsFilePath)" $(RuntimeIdentifier) " />
77+ <!-- Use $(PublishDir)$(ProjectDepsFileName) instead of $(PublishDepsFilePath) here until
78+ https://github.com/dotnet/arcade/issues/13911 is fixed. This should be equivalent based on
79+ https://github.com/dotnet/sdk/blob/b736f2e955a9167eda86cae79208a89a9e42bfe0/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Publish.targets#L1059
80+ -->
81+ <Exec Command =" $(InjectDepsApp) " $(PublishDir)$(ProjectDepsFileName)" $(RuntimeIdentifier) " />
7882 </Target >
7983</Project >
You can’t perform that action at this time.
0 commit comments