Skip to content

Commit

Permalink
Merge pull request #831 from dotnet/dev/jorobich/always-publish-logs
Browse files Browse the repository at this point in the history
Always publish build logs.
  • Loading branch information
JoeRobich authored May 25, 2021
2 parents 3b02486 + 852a738 commit e5caae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ stages:
PathtoPublish: '$(Build.SourcesDirectory)\artifacts\log\$(BuildConfiguration)'
ArtifactName: 'Logs'
continueOnError: true
condition: not(succeeded())
condition: always()

# Publish an artifact that the RoslynInsertionTool is able to find by its name.
- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit e5caae4

Please sign in to comment.