Skip to content

Commit

Permalink
Merge pull request #27767 from jaimergp/use-d-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Oct 15, 2024
2 parents 177f127 + 99d4bcc commit 8d19169
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .azure-pipelines/azure-pipelines-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ jobs:
path = r"$(Build.ArtifactStagingDirectory)/Miniforge.exe"
urllib.request.urlretrieve(url, path)
- script: |
start /wait "" %BUILD_ARTIFACTSTAGINGDIRECTORY%\Miniforge.exe /InstallationType=JustMe /RegisterPython=0 /S /D=C:\Miniforge
start /wait "" %BUILD_ARTIFACTSTAGINGDIRECTORY%\Miniforge.exe /InstallationType=JustMe /RegisterPython=0 /S /D=D:\Miniforge
displayName: Install Miniforge
- powershell: Write-Host "##vso[task.prependpath]C:\Miniforge\Scripts"
- powershell: Write-Host "##vso[task.prependpath]D:\Miniforge\Scripts"
displayName: Add conda to PATH

- script: |
call .scripts\run_win_build.bat
displayName: Build recipes
env:
CI: azure
CONDA_BLD_PATH: C:\bld
CONDA_BLD_PATH: D:\bld
- publish: C:\\bld\\win-64\\
- publish: D:\\bld\\win-64\\
artifact: conda_pkgs_win

0 comments on commit 8d19169

Please sign in to comment.