Sha256: 55c5f091f3ea1545415a168f67b3193336f9d91de1a6fb7c609f126e375a68d7

Contents?: true

Size: 422 Bytes

Versions: 8

Compression:

Stored size: 422 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

# Append our post build command if it's not already there
if (!$currentPostBuildCmd.Contains($SqlCEPostBuildCmd)) {
    $project.Properties.Item("PostBuildEvent").Value += $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/install.ps1
ruby_odata-0.1.6 test/RubyODataService/packages/SqlServerCompact.4.0.8482.1/Tools/install.ps1
ruby_odata-0.1.5 test/RubyODataService/packages/SqlServerCompact.4.0.8482.1/Tools/install.ps1
ruby_odata-0.1.4 test/RubyODataService/packages/SqlServerCompact.4.0.8482.1/Tools/install.ps1
ruby_odata-0.1.3 test/RubyODataService/packages/SqlServerCompact.4.0.8482.1/Tools/install.ps1
ruby_odata-0.1.2 test/RubyODataService/packages/SqlServerCompact.4.0.8482.1/Tools/install.ps1
ruby_odata-0.1.1 test/RubyODataService/packages/SqlServerCompact.4.0.8482.1/Tools/install.ps1
ruby_odata-0.1.0 test/RubyODataService/packages/SqlServerCompact.4.0.8482.1/Tools/install.ps1