File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 condition : eq( variables['Agent.OS'], 'Windows_NT' )
2525
2626- bash : |
27- curl -sSL https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.sh | bash /dev/stdin -v '6.0.100' -c 'release' --install-dir /usr/share/dotnet
27+ curl -sSL https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.sh | sudo bash /dev/stdin -v '6.0.100' -c 'release' --install-dir /usr/share/dotnet
2828 displayName : ' Install the .Net version used by the Core Tools for Linux'
2929 condition : eq( variables['Agent.OS'], 'Linux' )
3030
Original file line number Diff line number Diff line change 6565 condition : eq( variables['Agent.OS'], 'Windows_NT' )
6666
6767- bash : |
68- curl -sSL https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.sh | bash /dev/stdin -v '6.0.100' -c 'release' --install-dir /usr/share/dotnet
68+ curl -sSL https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.sh | sudo bash /dev/stdin -v '6.0.100' -c 'release' --install-dir /usr/share/dotnet
6969 displayName : ' Install the .Net version used by the Core Tools for Linux'
7070 condition : eq( variables['Agent.OS'], 'Linux' )
7171
You can’t perform that action at this time.
0 commit comments