Skip to content

Commit fb878a3

Browse files
committed
Set the full path to the MSBuild binlog
1 parent 4d20dea commit fb878a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
solution: '$(BuildSolution)'
3939
platform: '$(BuildPlatform)'
4040
configuration: '$(BuildConfiguration)'
41-
msbuildArgs: '/bl'
41+
msbuildArgs: '/bl:$(Build.SourcesDirectory)/msbuild.binlog'
4242

4343
- task: PowerShell@2
4444
displayName: Run Tests

0 commit comments

Comments
 (0)