Skip to content

Commit

Permalink
Fix Linux log publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpar committed Oct 23, 2018
1 parent 5a8dabf commit 3f40c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vsts-dnceng.yml
Expand Up @@ -154,7 +154,7 @@ phases:

- task: PublishBuildArtifacts@1
inputs:
PathtoPublish: '$(Build.SourcesDirectory)/Binaries/$(_configuration)/Logs'
PathtoPublish: '$(Build.SourcesDirectory)/Binaries/Debug/Logs'
ArtifactName: 'Linux $(_name)'
publishLocation: Container
continueOnError: true
Expand Down

0 comments on commit 3f40c47

Please sign in to comment.