File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 122
122
DestinationFolder =" $(DotNetPreviewPath)packs\$([System.String]::Copy('%(_WLPacks.Filename)').Replace('.$(_WLPackVersion)', ''))\$(_WLPackVersion)"
123
123
/>
124
124
<MakeDir Directories =" $(DotNetPreviewPath)template-packs" />
125
- <Copy SourceFiles =" @(_WLTemplates)" DestinationFolder =" $(DotNetPreviewPath)template-packs" />
125
+ <!-- TODO: Workaround Linux casing issue and copy template packs to lowercase destination -->
126
+ <Copy SourceFiles =" @(_WLTemplates)" DestinationFiles =" @(_WLTemplates->'%(Filename)%(Extension)'->ToLower()->'$(DotNetPreviewPath)template-packs\%(Identity)')" />
126
127
<ItemGroup >
127
128
<_UnixExecutables Include =" $(DotNetPreviewPath)packs\Microsoft.Android.Sdk.*\*\tools\$(HostOS)\**\*.*" />
128
129
<_FilesToTouch Include =" $(DotNetPreviewPath)sdk-manifests\$(DotNetPreviewVersionBand)\Microsoft.NET.Workload.Android\**" />
You can’t perform that action at this time.
0 commit comments