Attempt package manager installation with provided license
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -54,10 +54,12 @@ $AppxDependencies.ShortName | ForEach-Object {
|
||||
Add-AppxPackage @AddAppxPackageSplat
|
||||
}
|
||||
# Install winget
|
||||
$AddAppxPackageSplat = @{
|
||||
Path = "$env:temp\winget.msixbundle"
|
||||
$AddAppxProvisionedPackageSplat = @{
|
||||
Online = $True
|
||||
PackagePath = "$env:temp\winget.msixbundle"
|
||||
LicensePath = "$env:temp\wingetlicense.xml"
|
||||
}
|
||||
Add-AppxPackage @AddAppxPackageSplat
|
||||
Add-AppxProvisionedPackage @AddAppxProvisionedPackageSplat
|
||||
|
||||
# Create reparse point
|
||||
$SetExecutionAliasSplat = @{
|
||||
|
Reference in New Issue
Block a user