Skip to content

Commit

Permalink
Set XUNIT_LOGS folder so CI artifacts are published
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Nov 10, 2021
1 parent b2e1d2f commit 8bb0dcf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines-integration-corehost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ pr:
- features/*
- demos/*

variables:
- name: XUNIT_LOGS
value: $(Build.SourcesDirectory)\artifacts\log\$(_configuration)

jobs:
- job: VS_Integration_CoreHost
pool:
Expand Down
4 changes: 4 additions & 0 deletions azure-pipelines-integration-lsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ pr:
- features/*
- demos/*

variables:
- name: XUNIT_LOGS
value: $(Build.SourcesDirectory)\artifacts\log\$(_configuration)

jobs:
- job: VS_Integration_LSP
pool:
Expand Down
4 changes: 4 additions & 0 deletions azure-pipelines-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ pr:
- features/*
- demos/*

variables:
- name: XUNIT_LOGS
value: $(Build.SourcesDirectory)\artifacts\log\$(_configuration)

jobs:
- job: VS_Integration
pool:
Expand Down

0 comments on commit 8bb0dcf

Please sign in to comment.