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
{{ message }}
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.
The second approach I used was to write the script into a file and execute the file. It throws this error:
2018-10-12T10:01:46.5102062Z /home/vsts/work/r1/a/_MarkIannucci.ChromeUserWebSearchExtension/drop/ChromeWebStoreBashScript.sh: line 4: $'\r': command not found
2018-10-12T10:01:46.5158842Z * Illegal characters found in URL
2018-10-12T10:01:46.5160466Z * Closing connection -1
I am working on this via my #1 pull request. I am able to get this to work using a private azure pipeline where I have the secrets stored in the clear.
The text was updated successfully, but these errors were encountered:
I've tried to get this to work using two approaches:
The first approach was a bash task with the script inline. It threw this error:
The second approach I used was to write the script into a file and execute the file. It throws this error:
I am working on this via my #1 pull request. I am able to get this to work using a private azure pipeline where I have the secrets stored in the clear.
The text was updated successfully, but these errors were encountered: