Using MicroBuildOutputFolderOverride to move the MicroBuild plugin install directory.
This commit is contained in:
parent
ed6dfd2b7c
commit
5f02e2f40a
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue