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 24
24
condition : eq( variables['Agent.OS'], 'Windows_NT' )
25
25
26
26
- 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
28
28
displayName : ' Install the .Net version used by the Core Tools for Linux'
29
29
condition : eq( variables['Agent.OS'], 'Linux' )
30
30
Original file line number Diff line number Diff line change 65
65
condition : eq( variables['Agent.OS'], 'Windows_NT' )
66
66
67
67
- 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
69
69
displayName : ' Install the .Net version used by the Core Tools for Linux'
70
70
condition : eq( variables['Agent.OS'], 'Linux' )
71
71
You can’t perform that action at this time.
0 commit comments