File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/Layout/redist/targets Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 113113 DestinationFiles =" @(SdkOutputFile -> '$(IntermediateSdkInstallerOutputPath)sdk\$(Version)\%(RecursiveDir)%(Filename)%(Extension)')"
114114 UseHardLinksIfPossible =" true"
115115 SkipUnchangedFiles =" true" />
116+
117+ <!-- Copy dnx script to root dotnet folder (which will map to DOTNETHOME) -->
118+ <Copy SourceFiles =" dnx.cmd" DestinationFolder =" $(IntermediateSdkInstallerOutputPath)" />
119+
116120 </Target >
117121
118122</Project >
Original file line number Diff line number Diff line change 278278 DestinationFiles =" $(OutputPath)/%(BundledTools.Identity).runtimeconfig.json"
279279 SkipUnchangedFiles =" true" />
280280
281- <Delete Files =" $(OutputPath)/$(TargetName).deps.json;
282- $(OutputPath)/$(TargetName).runtimeconfig.json" />
283-
284281 <Delete Files =" $(OutputPath)/%(BundledToolProjects.Identity).dll;
285282 $(OutputPath)/%(BundledToolProjects.Identity).pdb" />
286283
You can’t perform that action at this time.
0 commit comments