We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d20dea commit fb878a3Copy full SHA for fb878a3
1 file changed
azure-pipelines.yml
@@ -38,7 +38,7 @@ jobs:
38
solution: '$(BuildSolution)'
39
platform: '$(BuildPlatform)'
40
configuration: '$(BuildConfiguration)'
41
- msbuildArgs: '/bl'
+ msbuildArgs: '/bl:$(Build.SourcesDirectory)/msbuild.binlog'
42
43
- task: PowerShell@2
44
displayName: Run Tests
0 commit comments