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 74
74
Condition =" '$(InProcessTestSite)' == 'true' AND '$(UseIisNativeAssets)' == 'true' AND '$(TargetFrameworkIdentifier)' != '.NETFramework'"
75
75
BeforeTargets =" Publish"
76
76
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) " />
78
82
</Target >
79
83
</Project >
You can’t perform that action at this time.
0 commit comments