Repository URL to install this package:
|
Version:
0.1.6 ▾
|
ruby_odata
/
test
/
RubyODataService
/
packages
/
SqlServerCompact.4.0.8482.1
/
Tools
/
uninstall.ps1
|
|---|
param($installPath, $toolsPath, $package, $project)
. (Join-Path $toolsPath "GetSqlCEPostBuildCmd.ps1")
# Get the current Post Build Event cmd
$currentPostBuildCmd = $project.Properties.Item("PostBuildEvent").Value
# Remove our post build command from it (if it's there)
$project.Properties.Item("PostBuildEvent").Value = $currentPostBuildCmd.Replace($SqlCEPostBuildCmd, "")