Update publish.proj

This commit is contained in:
Sergei Malkin 2021-10-26 14:43:42 +03:00 committed by svetlana maleeva
parent fd4d4b2e3e
commit 08bf704e5c

View File

@ -2,13 +2,9 @@
<Target Name="PrecompileWeb">
<RemoveDir Directories="Precompiled" ContinueOnError="true" />
<AspNetCompiler
VirtualPath="/Web"
PhysicalPath="Web\"
TargetPath="Precompiled"
Updateable="true"
Force = "true"
FixedNames = "false"
Debug="false"
VirtualPath="/Web"
PhysicalPath="Web\"
TargetPath="Precompiled"
ToolPath="C:\Windows\Microsoft.NET\Framework\v4.0.30319\"
/>
</Target>