miniSql

创建
zgc123@gmail.com authored at 11/19/2023 1:40:15 AM
6136600
Tree
0 Parent(s)
Summary: 1 changed files with 7 additions and 0 deletions.
Added +7 -0
Added +7 -0
diff --git a/minisqlquery-master/src/Build-DISTRO.cmd b/minisqlquery-master/src/Build-DISTRO.cmd
new file mode 100644
index 0000000..543f10d
--- /dev/null
+++ b/minisqlquery-master/src/Build-DISTRO.cmd
@@ -0,0 +1,7 @@
+REM setp both the VS.NET Pro path (local dev), and the community edition path (appveyor)
+SET PATH=%PATH%;C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\
+SET PATH=%PATH%;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin
+
+Tools\nant\bin\nant.exe distro
+
+@PAUSE
\ No newline at end of file