Using MicroBuildOutputFolderOverride to move the MicroBuild plugin install directory.

This commit is contained in:
Michael Yanni 2024-03-25 11:36:59 -07:00
parent ed6dfd2b7c
commit 5f02e2f40a

View file

@ -34,6 +34,9 @@ variables:
/p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
/p:dotnetbuilds-internal-container-read-token-base64=$(dotnetbuilds-internal-container-read-token-base64)
- template: /eng/common/templates-official/variables/pool-providers.yml
# Set the MicroBuild plugin installation directory to the agent temp directory to avoid SDL tool scanning.
- name: MicroBuildOutputFolderOverride
value: $(Agent.TempDirectory)
resources:
repositories: