Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 8308761

Browse files
committed
Build Essentials using MSBuild and set DeployExtension=False
1 parent 96ab0d0 commit 8308761

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,14 @@ steps:
5555
configuration: '$(buildConfiguration)'
5656
vsVersion: "16.0"
5757

58-
- task: VSBuild@1
58+
- task: MSBuild@1
5959
displayName: GitHub Essentials
6060
inputs:
6161
solution: $(essentialsSolution)
6262
platform: '$(buildPlatform)'
6363
configuration: '$(buildConfiguration)'
64-
vsVersion: "16.0"
64+
msbuildVersion: '16.0'
65+
msbuildArguments: '/property:DeployExtension=False'
6566

6667
- task: VSTest@2
6768
inputs:

0 commit comments

Comments
 (0)