Skip to content

Commit 071521c

Browse files
committed
Include all environment variables in PR build logs
1 parent ba5f8a6 commit 071521c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.vsts-pr.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ variables:
1313
value: $(Build.SourcesDirectory)\.dotnet
1414
- name: XUNIT_LOGS
1515
value: $(Build.SourcesDirectory)\artifacts\log\$(_configuration)
16+
- name: MSBUILDLOGALLENVIRONMENTVARIABLES
17+
value: 1
1618

1719
jobs:
1820
- job: Windows

0 commit comments

Comments
 (0)