Loading .gitlab/ci/release/cibuildwheel_windows.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,9 @@ release:pip:windows: - choco install git.install -y - choco install python -y # Install NuGet provider - Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force # Set up Visual Studio environment - Install-Module VSSetup -Scope CurrentUser -Force -ErrorAction SilentlyContinue - Import-Module VSSetup Loading Loading
.gitlab/ci/release/cibuildwheel_windows.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,9 @@ release:pip:windows: - choco install git.install -y - choco install python -y # Install NuGet provider - Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force # Set up Visual Studio environment - Install-Module VSSetup -Scope CurrentUser -Force -ErrorAction SilentlyContinue - Import-Module VSSetup Loading