microsoft / MixedRealityToolkit

The MixedRealityToolkit is a collection of scripts and components intended to accelerate the development of mixed reality applications targeting Windows Mixed Reality.
MIT License
856 stars 276 forks source link

Refactor CI and add binary signing support #247

Closed keveleigh closed 3 years ago

keveleigh commented 3 years ago
  1. Adds support to build GpuStats
  2. Adds ability to sign binaries on internal build machines
  3. Refactors out sign, build, and pack steps to be reusable for different projects in this repo
  4. Adds ability to specify whether to sign and which project to build per-pipeline run

image