Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit 3d7e2bb

Browse files
committed
Update cd-build.yml for Azure Pipelines
1 parent 463a4a1 commit 3d7e2bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/cd-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ steps:
5252
parameters:
5353
repositoryName: 'arcus-azure/arcus.azureml'
5454
releaseNotes: |
55-
Install new version via [PyPi](https://pypi.org/project/arcus-azureml/$(Build.BuildNumber))
55+
Install new version via [PyPi](https://pypi.org/project/arcus-azureml/$(Package.Version))
5656
```shell
57-
PM > pip install arcus-azureml==$(Build.BuildNumber)
57+
PM > pip install arcus-azureml==$(Package.Version)
5858
```
5959
6060
- script: |

0 commit comments

Comments
 (0)