Collection of Azure DevOps YAML Templates used to build & ship Arcus.
- Build Solution: compiles a solution for either a preview or official version.
- Create Release: create a new GitHub official ore release on a given repository based on the provided version.
- Run Unit Tests: run a set of unit tests; without replacing any application tokens with settings.
- Run Integration Tests: run a set of integration tests within a specified category by replacing required tokens with real application settings.
- Determine Pull Request Version: determines the package version based on the build number into a YAML variable called
$(packageVersion)
. - Publish Preview NuGet Package: allows you to push a preview NuGet package to our internal feed.
- Publish Official NuGet Package: allows you to push a new official NuGet package to our external feed.
- Determine Pull Request Version: determines the package version based on the build number into a YAML variable called
$(packageVersion)
.