From 75dd1ef5947a4a3c0a347676e07a3c10231a575c Mon Sep 17 00:00:00 2001 From: Alexander Doroshenko Date: Wed, 16 Jul 2014 16:11:59 +0300 Subject: [PATCH] Removed unused code. --- buildscript/build.ps1 | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/buildscript/build.ps1 b/buildscript/build.ps1 index cd7bbe6..da9e59a 100644 --- a/buildscript/build.ps1 +++ b/buildscript/build.ps1 @@ -1,11 +1,4 @@ -# Framework Initialization $scriptRoot = Split-Path (Resolve-Path $myInvocation.MyCommand.Path) -$env:PSModulePath = $env:PSModulePath + ";$scriptRoot\Tools\PowerCore\Framework" - -$scriptRoot = Split-Path (Resolve-Path $myInvocation.MyCommand.Path) - -if (-not (test-path "$env:ProgramFiles\7-Zip\7z.exe")) {throw "$env:ProgramFiles\7-Zip\7z.exe needed"} -set-alias sz "$env:ProgramFiles\7-Zip\7z.exe" properties { $projectName = "MobileDeviceDetector.Build" @@ -17,13 +10,7 @@ properties { task Package -depends Init, Create-Package, Clean { } -function Remove-Resources { - -} - task Init { - Remove-Resources - if (Test-Path "$buildFolder\Output") { Remove-Item -Recurse -Force "$buildFolder\Output" } @@ -55,5 +42,4 @@ task Compile { } task Clean { - Remove-Resources } \ No newline at end of file