|
3 | 3 |
|
4 | 4 | PackageIdentifier: Microsoft.Azure.FunctionsCoreTools |
5 | 5 | PackageVersion: 4.4.0 |
6 | | -InstallerType: wix |
7 | | -Scope: machine |
8 | | -InstallerSwitches: |
9 | | - InstallLocation: INSTALLDIR="<INSTALLPATH>" |
10 | | -UpgradeBehavior: install |
11 | 6 | Commands: |
12 | 7 | - func |
13 | 8 | ReleaseDate: 2025-10-31 |
14 | 9 | Installers: |
15 | 10 | - Architecture: x86 |
| 11 | + InstallerType: wix |
| 12 | + Scope: machine |
16 | 13 | InstallerUrl: https://github.com/Azure/azure-functions-core-tools/releases/download/4.4.0/func-cli-4.4.0-x86.msi |
17 | 14 | InstallerSha256: C1C32EA106C653C3BAACC71CABDC041715180E215DEE327141B78FD47BF356A8 |
| 15 | + InstallerSwitches: |
| 16 | + InstallLocation: INSTALLDIR="<INSTALLPATH>" |
| 17 | + UpgradeBehavior: install |
18 | 18 | ProductCode: '{DE69EC00-9C97-476D-8613-BE77ECD5D20F}' |
19 | 19 | AppsAndFeaturesEntries: |
20 | 20 | - UpgradeCode: '{31C010A9-2414-4DB7-BFEA-A6F1D085382E}' |
21 | 21 | InstallationMetadata: |
22 | 22 | DefaultInstallLocation: '%ProgramFiles(x86)%\Microsoft\Azure Functions Core Tools' |
23 | 23 | - Architecture: x64 |
| 24 | + InstallerType: wix |
| 25 | + Scope: machine |
24 | 26 | InstallerUrl: https://github.com/Azure/azure-functions-core-tools/releases/download/4.4.0/func-cli-4.4.0-x64.msi |
25 | 27 | InstallerSha256: 2D1791F8ADF790C4FD93608B26AB2495120681A7F4091601D50C42BD5782A0D9 |
| 28 | + InstallerSwitches: |
| 29 | + InstallLocation: INSTALLDIR="<INSTALLPATH>" |
| 30 | + UpgradeBehavior: install |
26 | 31 | ProductCode: '{EC44BA0B-2CA9-4E4D-8C6A-C960794164D9}' |
27 | 32 | AppsAndFeaturesEntries: |
28 | 33 | - UpgradeCode: '{E9F5190E-0E1F-49C0-BAF5-3D47FE5837B9}' |
29 | 34 | InstallationMetadata: |
30 | 35 | DefaultInstallLocation: '%ProgramFiles%\Microsoft\Azure Functions Core Tools' |
| 36 | +- Architecture: x86 |
| 37 | + InstallerType: zip |
| 38 | + NestedInstallerType: portable |
| 39 | + NestedInstallerFiles: |
| 40 | + - RelativeFilePath: func.exe |
| 41 | + InstallerUrl: https://github.com/Azure/azure-functions-core-tools/releases/download/4.4.0/Azure.Functions.Cli.win-x86.4.4.0.zip |
| 42 | + InstallerSha256: 5D7E2E506637238AD58464F224522F54133065116AB0591DB827E29A3BC85FA8 |
| 43 | + ArchiveBinariesDependOnPath: true |
| 44 | +- Architecture: x64 |
| 45 | + InstallerType: zip |
| 46 | + NestedInstallerType: portable |
| 47 | + NestedInstallerFiles: |
| 48 | + - RelativeFilePath: func.exe |
| 49 | + InstallerUrl: https://github.com/Azure/azure-functions-core-tools/releases/download/4.4.0/Azure.Functions.Cli.win-x64.4.4.0.zip |
| 50 | + InstallerSha256: E1EA81A2C7659A288EE6D9E2D960C03DC26FCB85FC84E173D1D819FE50131414 |
| 51 | + ArchiveBinariesDependOnPath: true |
| 52 | +- Architecture: arm64 |
| 53 | + InstallerType: zip |
| 54 | + NestedInstallerType: portable |
| 55 | + NestedInstallerFiles: |
| 56 | + - RelativeFilePath: func.exe |
| 57 | + InstallerUrl: https://github.com/Azure/azure-functions-core-tools/releases/download/4.4.0/Azure.Functions.Cli.win-arm64.4.4.0.zip |
| 58 | + InstallerSha256: F556A4A7514B8E13828D745E1550EECD6066FB736A57D48F73F6514D40C2288E |
| 59 | + ArchiveBinariesDependOnPath: true |
31 | 60 | ManifestType: installer |
32 | 61 | ManifestVersion: 1.10.0 |
0 commit comments