Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Use NuGet 2.x to build the official NuGet packages for a release. Pursuant to [e9573e2d12]. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
bb7d27069fb38310956aea19425bab87 |
User & Date: | mistachkin 2016-10-07 19:20:45.661 |
Context
2016-10-10
| ||
20:48 | Enhance the 'getRowsFromDataTable' test suite helper procedure. check-in: cd91b8e6bf user: mistachkin tags: trunk | |
2016-10-07
| ||
19:20 | Use NuGet 2.x to build the official NuGet packages for a release. Pursuant to [e9573e2d12]. check-in: bb7d27069f user: mistachkin tags: trunk | |
2016-10-05
| ||
07:35 | Add some missing doc comments for SQLiteBlob. check-in: f0b2434bdb user: mistachkin tags: trunk | |
Changes
Changes to Setup/build_nuget.bat.
︙ | ︙ | |||
33 34 35 36 37 38 39 | SET TOOLS=%~dp0 SET TOOLS=%TOOLS:~0,-1% %_VECHO% Tools = '%TOOLS%' IF NOT DEFINED NUGET ( | | | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | SET TOOLS=%~dp0 SET TOOLS=%TOOLS:~0,-1% %_VECHO% Tools = '%TOOLS%' IF NOT DEFINED NUGET ( SET NUGET=NuGet2.exe ) %_VECHO% NuGet = '%NUGET%' CALL :fn_ResetErrorLevel IF NOT EXIST "%ROOT%\Setup\Output" ( |
︙ | ︙ |