Skip to content

Commit 925caf7

Browse files
dsplaistedJason Zhai
authored andcommitted
Use MicroBuildOutputFolderOverride to move the MicroBuild plugin install directory
1 parent 1950e52 commit 925caf7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vsts-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ variables:
5151
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
5252
- group: DotNet-CLI-SDLValidation-Params
5353
- template: /eng/common/templates-official/variables/pool-providers.yml
54+
# Set the MicroBuild plugin installation directory to the agent temp directory to avoid SDL tool scanning.
55+
- name: MicroBuildOutputFolderOverride
56+
value: $(Agent.TempDirectory)
5457

5558
resources:
5659
repositories:

0 commit comments

Comments
 (0)