We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c358d10 + 124342d commit fef2657Copy full SHA for fef2657
build/templates/dotnet-install-linux.yml
@@ -28,9 +28,6 @@ steps:
28
installationPath: $(DOTNET_INSTALL_DIR)
29
30
- bash: |
31
- ubuntu_release=`lsb_release -rs`
32
- wget https://packages.microsoft.com/config/ubuntu/${ubuntu_release}/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
33
- sudo dpkg -i packages-microsoft-prod.deb
34
sudo apt-get install apt-transport-https
35
sudo apt-get update
36
sudo apt-get install -y msopenjdk-11
0 commit comments