Skip to content

Commit

Permalink
ls
Browse files Browse the repository at this point in the history
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
  • Loading branch information
lsm5 committed May 1, 2024
1 parent 007beeb commit b49aa3f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions contrib/win-installer/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@ function InstallWiX() {
# $WingetPath = $ResolveWingetPath[-1].Path
# }
# $config
cd 'C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.22.10861.0_x64__8wekyb3d8bbwe'
cmd.exe /c "winget.exe upgrade microsoft.teams --accept-package-agreements --accept-source-agreements --silent --force"
winget.exe install Microsoft.DotNet.SFK.8
&dotnet tool install --global wix
cd 'C:\Program Files\WindowsApps'
ls
#cmd.exe /c "winget.exe upgrade microsoft.teams --accept-package-agreements --accept-source-agreements --silent --force"
# winget.exe install Microsoft.DotNet.SFK.8
# &dotnet tool install --global wix
}

function CheckRequirements() {
Expand Down

0 comments on commit b49aa3f

Please sign in to comment.