forked from net-commons/common-logging
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild-release.cmd
More file actions
23 lines (18 loc) · 747 Bytes
/
build-release.cmd
File metadata and controls
23 lines (18 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
REM other targets are:
REM 'build'
REM 'test'
REM 'test-integration'
@ECHO OFF
cls
@echo Building from script Common.Logging.build...
@echo .
@echo .
@echo .
rem tools\nant\bin\nant.exe -f:Common.Logging.build build package-zip package-nuget -D:project.sign=true -D:package.version=2.1.0 -D:nuget.version.suffix=M1 -D:project.releasetype=release > buildlog.txt
tools\nant\bin\nant.exe -f:Common.Logging.build build package-zip package-nuget -D:project.sign=true -D:package.version=2.1.2 -D:project.releasetype=release > buildlog.txt
@echo ...complete!
@echo .
@echo .
@echo .
@echo Launching text file viewer to display buildlog.txt contents...
start "ignored but required placeholder window title argument" buildlog.txt