moved Packages folder to secure location

This commit is contained in:
Shaun Walker
2021-05-27 21:39:43 -04:00
parent a144a5c432
commit 4108c07862
14 changed files with 25 additions and 13 deletions

View File

@ -29,6 +29,6 @@
</ItemGroup>
<Target Name="CopyPackage" AfterTargets="Pack">
<Copy SourceFiles="$(OutputPath)..\$(PackageName)" DestinationFiles="..\Oqtane.Server\wwwroot\Packages\$(PackageName).bak" />
<Copy SourceFiles="$(OutputPath)..\$(PackageName)" DestinationFiles="..\Oqtane.Server\Packages\$(PackageName).bak" />
</Target>
</Project>