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