Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused steps from build process #416

Merged
merged 2 commits into from
Oct 27, 2020

Conversation

tlmii
Copy link
Member

@tlmii tlmii commented Oct 27, 2020

A couple of small build tweaks here:

  • Arcade updated their scripts so you can configure it to only publish the xunit test results and not the trx test results. We just need to swap out enablePublishTestResults: true (which will publish both) for testResultsFormat: xunit (which will only publish xunit results. This will get rid of the build warnings we had (one per platform per configuration)
  • The enablePublishUsingPipelines: true parameter wasn't needed for what we're doing in our builds
  • We were publishing the log files twice under slightly different container names - once in our build steps and then again in the Arcade templates.

@tlmii tlmii merged commit 907919d into dotnet:master Oct 27, 2020
@tlmii tlmii deleted the dev/more-build-def-updates branch October 27, 2020 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant