Skip to content

Commit f23c1ba

Browse files
committed
ci: use ##vso[task.prependpath] on azure
1 parent a89e8d2 commit f23c1ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.azure-pipelines/steps/linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ steps:
1212
chmod +x $HOME/stamp
1313
1414
export PATH=$PATH:$HOME/.local/bin:$HOME/Library/Python/2.7/bin/:$HOME
15-
echo "##vso[task.setvariable variable=PATH;]$PATH"
15+
echo "##vso[task.prependpath]$HOME/.local/bin"
16+
echo "##vso[task.prependpath]$HOME/Library/Python/2.7/bin"
17+
echo "##vso[task.prependpath]$HOME"
1618
1719
mkdir -p $HOME/rustsrc
1820
displayName: Prep

0 commit comments

Comments
 (0)