January 2016
Intermediate to advanced
340 pages
7h 53m
English
Traceability is very important in the software develop lifecycle. Teams strive for traceability between requirements and test cases, code check-ins and builds, and code changes and test runs. Talking of traceability, it would be useful to map the binaries in the build output back to the build. In this recipe, you'll learn how to stamp the DLLs in the build output with the build number they are being generated from.
Scenario: The FabrikamTFVC Team wants to label the source code used in the build and tag the label and build output using the build number:

Download the StampBuildNumber.ps1 script ...
Read now
Unlock full access