We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3169534 commit e7d8c88Copy full SHA for e7d8c88
azure-pipelines-samples.yml
@@ -186,6 +186,19 @@ steps:
186
createLogFile: true
187
condition: succeededOrFailed()
188
189
+ - task: VSBuild@1
190
+ displayName: 'Build BatchSupport Sample'
191
+ inputs:
192
+ solution: Samples/BatchSupport/BatchSupport.sln
193
+ vsVersion: 15.0
194
+ msbuildArgs: '-v:diag /p:OutDir=$(System.DefaultWorkingDirectory)\bin\$(BuildPlatform)\$(BuildConfiguration)\BatchSupport\'
195
+ platform: '$(BuildPlatform)'
196
+ configuration: '$(BuildConfiguration)'
197
+ clean: true
198
+ msbuildArchitecture: x64
199
+ createLogFile: true
200
+ condition: succeededOrFailed()
201
+
202
- task: VSBuild@1
203
displayName: 'Build Emoji Sample'
204
inputs:
0 commit comments