Deleted moveItems.ps1

This commit is contained in:
hydrant
2019-03-12 14:22:42 +01:00
parent d872ffa32f
commit 25037479e0
2 changed files with 0 additions and 26 deletions

View File

@@ -34,9 +34,5 @@
<HintPath>..\..\rage-sharp.dll</HintPath>
</Reference>
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(ConfigurationName)' != 'ServerBuild'">
<Exec Command="powershell.exe .\Scripts\moveItems.ps1" />
</Target>
</Project>

View File

@@ -1,22 +0,0 @@
#$rootPath = "$PSScriptRoot\.."
#$assetPath = "$rootPath\assets"
#$csPackagesPath = "$rootPath\cs_packages"
#$dlcPacksPath = "$rootPath\dlcpacks"
#$clientResourcesPath = "$rootPath\..\..\client_packages"
#$sourceDlcPacksPath = "$rootPath\..\..\source_dlcpacks"
#Remove-Item -Path "$clientResourcesPath\*" -Recurse -Force
#$exclude = @('*.ts', 'package.json', 'package-lock.json', 'tsconfig.json', '*.csproj', 'Scripts', 'node_modules', 'bin', 'obj', 'dlcpacks')
#if(!(Test-Path $sourceDlcPacksPath))
#{
# New-Item -Type Directory $sourceDlcPacksPath
#}
#Remove-Item -Path "$sourceDlcPacksPath\*" -Recurse -Force
#Copy-Item "$rootPath\*" $clientResourcesPath -Recurse -Exclude $exclude
#Copy-Item "$dlcPacksPath\*" $sourceDlcPacksPath -Recurse -Force