Include all environment variables in PR build logs

This commit is contained in:
Sam Harwell 2023-02-08 08:50:14 -06:00
Родитель ba5f8a6bf7
Коммит 071521c6f1
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -13,6 +13,8 @@ variables:
value: $(Build.SourcesDirectory)\.dotnet
- name: XUNIT_LOGS
value: $(Build.SourcesDirectory)\artifacts\log\$(_configuration)
- name: MSBUILDLOGALLENVIRONMENTVARIABLES
value: 1
jobs:
- job: Windows