Skip to content

Commit 6fa9831

Browse files
committed
Added copy to build script
1 parent 75a354c commit 6fa9831

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
**/.vs
2+
**/build
23
**/packages
34
**/**/bin
45
**/**/obj

PlsqlDeveloperUtPlsqlPlugin/build.cmd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
msbuild PlsqlDeveloperUtPlsqlPlugin.sln /p:Configuration=Release;Platform=x64
2+
3+
copy PlsqlDeveloperUtPlsqlPlugin\bin\x64\Release\PlsqlDeveloperUtPlsqlPlugin.dll build\PlsqlDeveloperUtPlsqlPlugin.dll
4+
15
msbuild PlsqlDeveloperUtPlsqlPlugin.sln /p:Configuration=Release;Platform=x86
26

3-
msbuild PlsqlDeveloperUtPlsqlPlugin.sln /p:Configuration=Release;Platform=x64
7+
copy PlsqlDeveloperUtPlsqlPlugin\bin\x86\Release\PlsqlDeveloperUtPlsqlPlugin.dll build\PlsqlDeveloperUtPlsqlPlugin_x86.dll

0 commit comments

Comments
 (0)