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

Improve CI build script #402

Merged
merged 4 commits into from
Nov 27, 2024
Merged

Conversation

vmoroz
Copy link
Member

@vmoroz vmoroz commented Nov 26, 2024

This PR addresses current CI build issues and makes it compliant with our publish pipeline security requirements:

  • Base the pipeline on the v1/Office.Official.PipelineTemplate.yml@OfficePipelineTemplates and use compliant VM images.
  • Add building Linux ARM64.
  • Use MacOSX version 14 image.
  • Add running unit tests and publish their results to ADO.
  • Implement the new code and package signing process (disabled until it is approved internally)
  • Publish PDB files to the symbol server
  • Added SourceLink support
  • Use ADO feeds for NuGet and NPM packages to be compliant with the Secure Supply Chain analysis.
  • Run dotnet code formatting

Closes: #177, #80

@vmoroz vmoroz requested a review from jasongin November 26, 2024 01:53
.npmrc Show resolved Hide resolved
@vmoroz vmoroz mentioned this pull request Nov 26, 2024
12 tasks
@vmoroz vmoroz merged commit 8bf21b6 into microsoft:main Nov 27, 2024
24 checks passed
@vmoroz vmoroz deleted the pr/use_1es_ci_template branch November 27, 2024 01:00
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.

Publish symbols to nuget and symbol server
2 participants