Skip to content

Commit a76aad2

Browse files
committed
Add chocolatey to agent demands
1 parent e6edc72 commit a76aad2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.vsts-ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ queue:
1717
name: VSEng-MicroBuildVS2017
1818
timeoutInMinutes: 120
1919
demands:
20-
- msbuild
21-
- visualstudio
22-
- vstest
20+
- ChocolateyInstall
21+
- MSBuild
22+
- VisualStudio
23+
- VSTest
2324

2425
steps:
2526
- task: ms-vseng.MicroBuildTasks.30666190-6959-11e5-9f96-f56098202fef.MicroBuildSigningPlugin@1

0 commit comments

Comments
 (0)