Skip to content

Commit

Permalink
Update conda_smithy/templates/azure-pipelines-win.yml.tmpl
Browse files Browse the repository at this point in the history
Co-authored-by: jaimergp <[email protected]>
  • Loading branch information
dbast and jaimergp authored Nov 3, 2023
1 parent 9932cac commit 3dcff01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_smithy/templates/azure-pipelines-win.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
{%- if azure.store_build_artifacts %}
- script: |
set CI=azure
set flow_run_id=$(build.BuildNumber).$(system.JobAttempt)
set flow_run_id=azure_$(build.BuildNumber).$(system.JobAttempt)
set FEEDSTOCK_NAME=$(build.Repository.Name)
set ARTIFACT_STAGING_DIR=$(Build.ArtifactStagingDirectory)
set CONDA_BLD_DIR=$(CONDA_BLD_PATH)
Expand Down

0 comments on commit 3dcff01

Please sign in to comment.