Skip to content

Commit 4b82b5a

Browse files
committed
- added missing extension onto install.bat
- removed db name from testscript
1 parent c5ce31a commit 4b82b5a

2 files changed

Lines changed: 81 additions & 81 deletions

File tree

SqlServer.ClrCommon/Install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@cd "%~dp0"
22

3-
powershell.exe -ExecutionPolicy Bypass -NoLogo -file "%~dpn0"
3+
powershell.exe -ExecutionPolicy Bypass -NoLogo -file "%~dpn0.ps1"
44

55
@echo.
66
@echo Done.

0 commit comments

Comments
 (0)