File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ variables:
2828 1ESWindowsImage : AzurePipelinesWindows2022compliant
2929 1ESMacPool : Azure Pipelines
3030 1ESMacImage : internal-macos-11
31- VSInstallDir : C:\Program Files\Microsoft Visual Studio\2022\Enterprise
3231
3332jobs :
3433- job : windows_build
6564 inputs :
6665 solution : Java.Interop.sln
6766 configuration : $(Build.Configuration)
68- msbuildArguments : /restore
67+ msbuildArguments : /restore -v:diag
68+ logFileVerbosity : ' diagnostic'
6969
7070 - task : MSBuild@1
7171 displayName : MSBuild RunNUnitTests.targets
Original file line number Diff line number Diff line change 1919 displayName : Build Solution
2020 inputs :
2121 projects : Java.Interop.sln
22- arguments : ' -c $(Build.Configuration)'
22+ arguments : ' -c $(Build.Configuration) -v:diag '
You can’t perform that action at this time.
0 commit comments