| ## @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": "web", | |
| "name": "tianocore-uncrustify-release", | |
| "source": "https://github.com/tianocore/uncrustify/releases/download/73.0.11/uncrustify-release.zip", | |
| "version": "73.0.11", | |
| "sha256": "b16ee03de6551a7aa547626bd895f1f91d04467b6167334f41a2acbef4617c9b", | |
| "compression_type": "zip", | |
| "internal_path": "/", | |
| "flags": ["set_shell_var", "host_specific"], | |
| "var_name": "UNCRUSTIFY_CI_PATH" | |
| } |