Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Jake Friedman d2898810b4
Add copyright header to all files (#153) 2021-05-11 10:43:16 -07:00
Jake Friedman 2f295acca5
Rename projects/bins for consistency; Refactor build pipelines (#74)
Renames projects & binaries to use Microsoft.FactoryOrchestrator.* naming.
Use "real" semver versioning. Major.Minor.Patch, set in common.props.
Created new release, PR, and CI ADO pipelines
-- Build is staged so common libraries are built once and used many.
-- Build uses public ADO build machines (instead of PackageES) wherever possible. This extends to decoupling from PackageES specific build concepts, like versioning, artifact staging, etc.
-- No dependency on PackageES build share, build relies on artifacts/VPacks for output.
-- Symbols are published to the public symbol server, with SourceLink support. Enables VS2019 debugging of binaries without any local PDB or source code.
-- Symbols are no longer included in VPacks to save space on FactoryOS images.
-- Nuget & Nuget Symbol Packages created, but not published. Publishing will be manual initially.
-- All 1P and 3P OSS binaries/msix/nuget are signed by ESRP
-- More thorough compliance pass
2021-01-28 12:23:37 -08:00
Jake Friedman 8ae3391826
Move build scripts and files from src\eng\build to build (#2) 2020-07-23 13:31:06 -07:00