Skip to content

Commit 19c9f37

Browse files
authored
CSHARP-4805: Use Ubuntu 20.04 for MongoDB 7.0+ on Evergreen (#1199)
1 parent 752e9bb commit 19c9f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env pwsh
2-
$DotNetInstallerUri = 'https://dot.net/v1/dotnet-install.ps1';
3-
$DotNetUnixInstallerUri = 'https://dot.net/v1/dotnet-install.sh'
2+
$DotNetInstallerUri = 'https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1';
3+
$DotNetUnixInstallerUri = 'https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh'
44
$DotNetChannel = 'LTS'
55
$PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent
66

0 commit comments

Comments
 (0)