Capture global logs on VSTS (#1151)

This commit is contained in:
Pavel Krymets 2018-08-03 13:55:33 -07:00 committed by GitHub
parent f867367b56
commit 9ff001d57c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,14 @@ phases:
beforeBuild:
- powershell: "& ./tools/UpdateIISExpressCertificate.ps1; & ./tools/update_schema.ps1; Restart-Service w3svc"
displayName: Prepare repo
afterBuild:
- task: PublishBuildArtifacts@1
displayName: Upload binlog
condition: always()
inputs:
artifactName: logs
artifactType: Container
pathtoPublish: artifacts/logs/
- template: .vsts-pipelines/templates/phases/default-build.yml@buildtools
parameters: