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 113
113
DestinationFiles =" @(SdkOutputFile -> '$(IntermediateSdkInstallerOutputPath)sdk\$(Version)\%(RecursiveDir)%(Filename)%(Extension)')"
114
114
UseHardLinksIfPossible =" true"
115
115
SkipUnchangedFiles =" true" />
116
+
117
+ <!-- Copy dnx script to root dotnet folder (which will map to DOTNETHOME) -->
118
+ <Copy SourceFiles =" dnx.cmd" DestinationFolder =" $(IntermediateSdkInstallerOutputPath)" />
119
+
116
120
</Target >
117
121
118
122
</Project >
Original file line number Diff line number Diff line change 278
278
DestinationFiles =" $(OutputPath)/%(BundledTools.Identity).runtimeconfig.json"
279
279
SkipUnchangedFiles =" true" />
280
280
281
- <Delete Files =" $(OutputPath)/$(TargetName).deps.json;
282
- $(OutputPath)/$(TargetName).runtimeconfig.json" />
283
-
284
281
<Delete Files =" $(OutputPath)/%(BundledToolProjects.Identity).dll;
285
282
$(OutputPath)/%(BundledToolProjects.Identity).pdb" />
286
283
You can’t perform that action at this time.
0 commit comments