|
#1
|
|||
|
|||
Conditionally build based on sourcesafe get
I want to only build a project if the sourcesafe get results in any new files being pulled down. Is this something that is readily possible or do I need to write a script to read the output of the get function?
|
#2
|
|||
|
|||
A conditional build rule on the following step like this should do it:
Build only if macro or expression %LASTSTEP_OUTPUT% contains "Getting " (don't type the quotes) |
|
|