doing variation of the command

This commit is contained in:
Clint Rutkas
2024-03-01 16:12:29 -08:00
parent f33c568aae
commit 36e3205c2f
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@
</ItemGroup>
</Target>-->
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="copy NUL $(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\Microsoft.UI.Xaml\Assets\map.html" />
<Exec Command="type NUL > $(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\Microsoft.UI.Xaml\Assets\map.html" />
</Target>
</Project>

View File

@@ -55,7 +55,7 @@
</ItemGroup>
</Target>-->
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="copy NUL $(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\Microsoft.UI.Xaml\Assets\map.html" />
<Exec Command="type NUL > $(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\Microsoft.UI.Xaml\Assets\map.html" />
</Target>
</Project>