Skip to content

Commit ea3055d

Browse files
committed
- synched file names in build and install
1 parent bf926ae commit ea3055d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate_setup_script.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ if ($rootPath -imatch "4.5") {
138138
$configuration = "2014-and-greater"
139139
}
140140

141-
Write-Output "Set up script written to '$rootPath\$databaseName-$configuration-setup.sql'"
141+
Write-Output "Set up script written to '$rootPath\SqlClrCommon-$configuration-setup.sql'"
142142
[System.IO.File]::WriteAllText("$rootPath\$databaseName-$configuration-setup.sql", "$setupSql`r`n$script")
143143

144144
Write-Output "Creating release zip to $releasePath"

SqlServer.ClrCommon/Install.ps1

16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)