Sha256: f76dd67e87f53389c457a8c3ed7603ee9c5fadb12b11a4c3690487c3330fc40a

Contents?: true

Size: 387 Bytes

Versions: 8

Compression:

Stored size: 387 Bytes

Contents

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, "")

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ruby_odata-0.2.0.beta1 test/RubyODataService/packages/SqlServerCompact.4.0.8482.1/Tools/uninstall.ps1
ruby_odata-0.1.6 test/RubyODataService/packages/SqlServerCompact.4.0.8482.1/Tools/uninstall.ps1
ruby_odata-0.1.5 test/RubyODataService/packages/SqlServerCompact.4.0.8482.1/Tools/uninstall.ps1
ruby_odata-0.1.4 test/RubyODataService/packages/SqlServerCompact.4.0.8482.1/Tools/uninstall.ps1
ruby_odata-0.1.3 test/RubyODataService/packages/SqlServerCompact.4.0.8482.1/Tools/uninstall.ps1
ruby_odata-0.1.2 test/RubyODataService/packages/SqlServerCompact.4.0.8482.1/Tools/uninstall.ps1
ruby_odata-0.1.1 test/RubyODataService/packages/SqlServerCompact.4.0.8482.1/Tools/uninstall.ps1
ruby_odata-0.1.0 test/RubyODataService/packages/SqlServerCompact.4.0.8482.1/Tools/uninstall.ps1