Skip to content

Commit 493ed3e

Browse files
author
j-so
committed
mark as output
1 parent 1ca7a59 commit 493ed3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/diabetes_regression-get-model-id-artifact-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ steps:
4444
echo "Model Version: $MODEL_VERSION"
4545
4646
# Set environment variables
47-
echo "##vso[task.setvariable variable=MODEL_VERSION]$MODEL_VERSION"
48-
echo "##vso[task.setvariable variable=MODEL_NAME]$MODEL_NAME"
47+
echo "##vso[task.setvariable variable=MODEL_VERSION;isOutput=true]$MODEL_VERSION"
48+
echo "##vso[task.setvariable variable=MODEL_NAME;isOutput=true]$MODEL_NAME"

0 commit comments

Comments
 (0)