Releases: builttoroam/pipeline_templates
Releases · builttoroam/pipeline_templates
Uno Build and Deploy Stage Templates
New template for building and deploying uno applications (ios, android, uwp and wasm)
Test pipelines added for a lot of the step and stage templates
New support for installing Windows SDK based on solution/project requirements
Nuget version fix and Solution Filter support
Fixed issues with nuget version
Made checkout conditional in appcenter deploy
Added support for solution filters
Fixed issue where projects not in solution filter would be run when specifying AppxBundle = Always (i.e. for the windows build)
Fix for AppCenter Deploy Pipeline
v0.7.3 add checkout
Licensing
License for source code set to MIT
Release Notes from Source Control
Adds the ability to specify release notes file from source control
Adding Bicep Templates
Adding Bicep support * adding bicep install step * Fixing path to steps * correcting path to variables * fixing parameter name * fixing output variable check * Adding bicep step * fixing incorrect check value * changing relative path * file exist check * fixing var check * adding arm output * fixing path to bicep file * fixing cache check path * fixing cache check * fixing dir * dir * extracting path * ref * fixing output file name * Improving bicep command template * Correcting variable name * fixing path * correcting path to templates again * another incorrect path * removing version from bicep install * pushing variable * Creating ARM test * creating and deleting resource groups * incorrect connection name * adding exists check * adding debugging messages * adding storage arm template to arm test * adding az resource checking * excess parameter * testing account exists * fix variable * fiixng condition * remove exists * to json * inverting * adding bicep_run * Switching to bicep run * conditional download url * adding parameters to arm template run * setting default value for parameters * adding parameters file support * fixing storage account name * fixing container name * removing container from bicep * remove container from resource checking
Fix for breaking change in Azure DevOps Pipelines for iOS
v0.6.1 Upgrading sdks (#31)
Strongly typed parameters for enabling stages
Breaking change to parameters for enabling stages. These parameters are now boolean which means that they need to be passed in as literals or via a parameter in the calling pipeline.
Tidying up the enabled flag on each template
v0.5.2 removing local enabled variables
Fixing stage dependencies and adding documentation
Merge pull request #20 from builttoroam/nickr/fixreleasenotes Updating docs