Skip to content

Commit abc8741

Browse files
committed
update CI to .NET SDK 2.0 preview2
1 parent 771efa0 commit abc8741

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci/build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function DownloadWithRetry([string] $url, [string] $downloadLocation, [int] $ret
3131
$repoFolder = Join-Path $PSScriptRoot ..
3232
$env:REPO_FOLDER = $repoFolder
3333

34-
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/rel/2.0.0-preview1.zip"
34+
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/rel/2.0.0-preview2.zip"
3535
if ($env:KOREBUILD_ZIP)
3636
{
3737
$koreBuildZip=$env:KOREBUILD_ZIP
@@ -63,7 +63,7 @@ if (!(Test-Path $buildFolder)) {
6363

6464
$dotnetArch = 'x64'
6565
$dotnetChannel = "preview"
66-
$dotnetVersion = "2.0.0-preview1-005957"
66+
$dotnetVersion = "2.0.0-preview2-006497"
6767

6868
$dotnetLocalInstallFolder = $env:DOTNET_INSTALL_DIR
6969
if (!$dotnetLocalInstallFolder)

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_install:
2121
- sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list'
2222
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 417A0893
2323
- sudo apt-get update
24-
- sudo apt-get install -y dotnet-dev-2.0.0-preview1-005977 dotnet-sharedframework-microsoft.netcore.app-1.1.2
24+
- sudo apt-get install -y dotnet-sdk-2.0.0-preview2-006497 dotnet-sharedframework-microsoft.netcore.app-1.1.2
2525

2626
script:
2727
- dotnet restore

0 commit comments

Comments
 (0)