File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " Azure Artifacts Credential Helper" ,
33 "id" : " artifacts-helper" ,
4- "version" : " 1.0.0 " ,
4+ "version" : " 1.0.1 " ,
55 "description" : " Configures Codespace to authenticate with Azure Artifact feeds" ,
66 "options" : {
77 "nugetURIPrefixes" : {
Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ chmod +rx /usr/local/bin/run-nuget.sh
5555if command -v sudo > /dev/null 2>&1 ; then
5656 if [ " root" != " $_REMOTE_USER " ]; then
5757 if [ " ${ALIAS_DOTNET} " = " true" ]; then
58- sudo -u ${_REMOTE_USER} bash -c " echo 'alias dotnet=/usr/local/bin/run-dotnet.sh'" >> ~ /.bashrc
59- sudo -u ${_REMOTE_USER} bash -c " echo 'alias dotnet=/usr/local/bin/run-dotnet.sh'" >> ~ /.zshrc
58+ sudo -u ${_REMOTE_USER} bash -c " echo 'alias dotnet=/usr/local/bin/run-dotnet.sh' >> ~/.bashrc"
59+ sudo -u ${_REMOTE_USER} bash -c " echo 'alias dotnet=/usr/local/bin/run-dotnet.sh' >> ~/.zshrc"
6060 fi
6161 if [ " ${ALIAS_NUGET} " = " true" ]; then
62- sudo -u ${_REMOTE_USER} bash -c " echo 'alias nuget=/usr/local/bin/run-nuget.sh'" >> ~ /.bashrc
63- sudo -u ${_REMOTE_USER} bash -c " echo 'alias nuget=/usr/local/bin/run-nuget.sh'" >> ~ /.zshrc
62+ sudo -u ${_REMOTE_USER} bash -c " echo 'alias nuget=/usr/local/bin/run-nuget.sh' >> ~/.bashrc"
63+ sudo -u ${_REMOTE_USER} bash -c " echo 'alias nuget=/usr/local/bin/run-nuget.sh' >> ~/.zshrc"
6464 fi
6565 sudo -u ${_REMOTE_USER} bash -c " /tmp/install-provider.sh ${USENET6} "
6666 rm /tmp/install-provider.sh
You can’t perform that action at this time.
0 commit comments