-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathBuildNightly.bat
27 lines (23 loc) · 1.2 KB
/
BuildNightly.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
::*******************************************************************************************************
:: BuildNightly.bat - Gbtc
::
:: Tennessee Valley Authority, 2009
:: No copyright is claimed pursuant to 17 USC § 105. All Other Rights Reserved.
::
:: This software is made freely available under the TVA Open Source Agreement (see below).
::
:: Code Modification History:
:: -----------------------------------------------------------------------------------------------------
:: 10/20/2009 - Pinal C. Patel
:: Generated original version of source code.
:: 09/14/2010 - Mihir Brahmbhatt
:: Change Framework path from v3.5 to v4.0
:: 10/03/2010 - Pinal C. Patel
:: Updated to use MSBuild 4.0.
::
::*******************************************************************************************************
@ECHO OFF
SetLocal
IF NOT "%1" == "" SET logflag=/l:FileLogger,Microsoft.Build.Engine;logfile=%1
ECHO BuildNightly: C:\Program Files\Microsoft Visual Studio\2022\Community\Msbuild\Current\Bin\MSBuild.exe PTPSync.buildproj /p:ForceBuild=false %logflag%
"C:\Program Files\Microsoft Visual Studio\2022\Community\Msbuild\Current\Bin\MSBuild.exe" PTPSync.buildproj /p:ForceBuild=false %logFlag%