Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dgiovanis committed Feb 13, 2021
1 parent dd996f1 commit 5d2276b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ steps:
- bash: |
source activate myEnvironment
#conda build . recipe --variants "{'version': ['$(GitVersion.SemVer)']}"
conda build . recipe --variants "{'version': ['100.0.1']}"
#conda build . recipe --variants "{'version': ['100.0.1']}"
conda build .
displayName: Build noarch conda packages
- bash: |
Expand Down

0 comments on commit 5d2276b

Please sign in to comment.