Skip to content

Commit

Permalink
AZP/RELEASE: Fix launch condition-v1.15.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Rivkin committed Sep 11, 2023
1 parent 5ec6d64 commit 262dff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildlib/az-helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ check_release_build() {
[[ "$title" == "${title_mask}"* ]] && launch=True;
done
fi

set +x
echo "##vso[task.setvariable variable=Launch;isOutput=true]${launch}"
}

Expand Down

0 comments on commit 262dff3

Please sign in to comment.