Updates to the latest release. - Includes a fix for preventing endless indentation in struct assignment. - Include Windows Arm, Linux Arm, and Mac OS builds. Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Michael Kubacki <mikuback@linux.microsoft.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
17 lines
508 B
YAML
17 lines
508 B
YAML
## @file
|
|
# Downloads the Uncrustify application from a Project Mu NuGet package.
|
|
#
|
|
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
##
|
|
{
|
|
"id": "uncrustify-ci-1",
|
|
"scope": "cibuild",
|
|
"type": "nuget",
|
|
"name": "mu-uncrustify-release",
|
|
"source": "https://pkgs.dev.azure.com/projectmu/Uncrustify/_packaging/mu_uncrustify/nuget/v3/index.json",
|
|
"version": "73.0.8",
|
|
"flags": ["set_shell_var", "host_specific"],
|
|
"var_name": "UNCRUSTIFY_CI_PATH"
|
|
}
|