View Single Post
  #2  
Old 02-06-2008, 04:33 AM
omar_ita omar_ita is online now
Registered User
 
Join Date: 08-01-2007
Location: The Roman Empire - Italy
Posts: 7
I created this .bat file that can be executed by VBP

@echo off
SET SSDIR=C:\VssTestDB
"C:\Program Files\Microsoft Visual Studio\VSS\win32\ss.exe" History $/TestProject -R -NL -I-N -Yadmin,admin > V:\Components\Build\history.txt

Now we can open output file and parse it with a C# console application. How to get this application output (for example a boot that tells "yes, compile" or "no, don't compile" or the new version number) and use it in VBP steps?

Thanks in advance.

Marius.
Reply With Quote