Skip to content

Commit

Permalink
SNOW-1055755: windows build - install dotnet and wix 4
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mraba committed Sep 10, 2024
1 parent 67d01c1 commit 0995edb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions scripts/packaging/win/build_snowflake_cli.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ set PATH=C:\Program Files\Python310\;c:\Program Files (x86)\Windows Kits\8.1\bin
echo %PATH%

@echo on
call scripts\packaging\win\dotnet-install.ps1 -Verbose
dotnet tool install --global wix
where wix
wix --version
wix extension add -g WixToolset.Util.wixext
wix extension add -g WixToolset.UI.wixext
dir /r C:\Program Files (x86)\WiX Toolset v3.11\bin
REM call scripts\packaging\win\dotnet-install.ps1 -Verbose
REM dotnet tool install --global wix
REM where wix
REM wix --version
REM wix extension add -g WixToolset.Util.wixext
REM wix extension add -g WixToolset.UI.wixext

python.exe --version
python.exe -m pip install --upgrade pip uv hatch
Expand Down

0 comments on commit 0995edb

Please sign in to comment.