We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adee9ac + 48629a6 commit 3b3584bCopy full SHA for 3b3584b
Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Applications/Push-UploadApplication.ps1
@@ -26,7 +26,7 @@ function Push-UploadApplication {
26
$intunewinFilesize = (Get-Item "AddMSPApp\$($ChocoApp.MSPAppName).intunewin")
27
$Infile = "AddMSPApp\$($ChocoApp.MSPAppName).intunewin"
28
} else {
29
- [xml]$Intunexml = Get-Content 'AddChocoApp\Choco.app.xml'
+ [xml]$Intunexml = Get-Content 'AddChocoApp\Choco.App.xml'
30
$intunewinFilesize = (Get-Item 'AddChocoApp\IntunePackage.intunewin')
31
$Infile = "AddChocoApp\$($intunexml.ApplicationInfo.FileName)"
32
}
0 commit comments