You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ -z"$AZP_AGENTPACKAGE_URL"-o"$AZP_AGENTPACKAGE_URL"=="null" ];then
50
+
echo1>&2"Setup - Could not determine a matching Azure Pipelines agent. Check that account '$AZP_URL' is correct and the token is valid for that account"
51
+
exit 1
52
+
fi
53
+
echo"Setup - Latest agent package will be downloaded from $AZP_AGENTPACKAGE_URL"
54
+
echo"Setup - Downloading and unpacking Azure Pipelines agent..."
if [ -z"$AZP_AGENTPACKAGE_URL"-o"$AZP_AGENTPACKAGE_URL"=="null" ];then
76
-
echo1>&2"error: could not determine a matching Azure Pipelines agent - check that account '$AZP_URL' is correct and the token is valid for that account"
77
-
exit 1
78
-
fi
79
-
80
-
print_header "2. Downloading and installing Azure Pipelines agent..."
0 commit comments