Skip to content

Commit 81803a8

Browse files
authored
Modify: Microsoft.Azure.FunctionsCoreTools version 4.4.0 (microsoft#309403)
1 parent fdca2e9 commit 81803a8

File tree

1 file changed

+34
-5
lines changed

1 file changed

+34
-5
lines changed

manifests/m/Microsoft/Azure/FunctionsCoreTools/4.4.0/Microsoft.Azure.FunctionsCoreTools.installer.yaml

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,59 @@
33

44
PackageIdentifier: Microsoft.Azure.FunctionsCoreTools
55
PackageVersion: 4.4.0
6-
InstallerType: wix
7-
Scope: machine
8-
InstallerSwitches:
9-
InstallLocation: INSTALLDIR="<INSTALLPATH>"
10-
UpgradeBehavior: install
116
Commands:
127
- func
138
ReleaseDate: 2025-10-31
149
Installers:
1510
- Architecture: x86
11+
InstallerType: wix
12+
Scope: machine
1613
InstallerUrl: https://github.com/Azure/azure-functions-core-tools/releases/download/4.4.0/func-cli-4.4.0-x86.msi
1714
InstallerSha256: C1C32EA106C653C3BAACC71CABDC041715180E215DEE327141B78FD47BF356A8
15+
InstallerSwitches:
16+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
17+
UpgradeBehavior: install
1818
ProductCode: '{DE69EC00-9C97-476D-8613-BE77ECD5D20F}'
1919
AppsAndFeaturesEntries:
2020
- UpgradeCode: '{31C010A9-2414-4DB7-BFEA-A6F1D085382E}'
2121
InstallationMetadata:
2222
DefaultInstallLocation: '%ProgramFiles(x86)%\Microsoft\Azure Functions Core Tools'
2323
- Architecture: x64
24+
InstallerType: wix
25+
Scope: machine
2426
InstallerUrl: https://github.com/Azure/azure-functions-core-tools/releases/download/4.4.0/func-cli-4.4.0-x64.msi
2527
InstallerSha256: 2D1791F8ADF790C4FD93608B26AB2495120681A7F4091601D50C42BD5782A0D9
28+
InstallerSwitches:
29+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
30+
UpgradeBehavior: install
2631
ProductCode: '{EC44BA0B-2CA9-4E4D-8C6A-C960794164D9}'
2732
AppsAndFeaturesEntries:
2833
- UpgradeCode: '{E9F5190E-0E1F-49C0-BAF5-3D47FE5837B9}'
2934
InstallationMetadata:
3035
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
3160
ManifestType: installer
3261
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)