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