Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This also allows us to run stages on different agents. For example, your Build stage might run on Agent1 and your Installer stage on Agent2. When the Installer stage gets to Agent2, it gets the same version of the cache that was used for the Build stage. Without this versioned cache, we would need to run every stage on the same Agent to ensure that the correct source was build used.

Build workspace and parallel builds

...