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