Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Scripts/New-Win32App.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ Process {

# Create required .intunewin package from source folder
Write-Output -InputObject "Creating .intunewin package file from source folder"
Invoke-WebRequest -URI "https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool/raw/1a00a2a786de646c5fc46d6e1b79988c636e764e/IntuneWinAppUtil.exe" -outfile "$env:TEMP\IntuneWinAppUtil.exe"
$IntuneAppPackage = New-IntuneWin32AppPackage -SourceFolder $SourceFolder -SetupFile $AppData.PackageInformation.SetupFile -OutputFolder $OutputFolder

# Create default requirement rule
Expand Down Expand Up @@ -594,4 +595,4 @@ Process {
Write-Output -InputObject "Failed to locate required $($AppsPublishListFileName) file in build artifacts staging directory, aborting pipeline"
Write-Output -InputObject "##vso[task.setvariable variable=shouldrun;isOutput=true]false"
}
}
}