Update for 2.1.302 RTM (#13)

This commit is contained in:
Mike Harder 2018-07-13 11:52:51 -07:00 committed by GitHub
parent e395b9240a
commit 7c27818fab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -109,8 +109,7 @@ namespace AspNetCoreSdkTests
}
else
{
// Pre-release SDKs require a private nuget feed
var packageSource = (DotNetUtil.SdkVersion == new Version(2, 1, 302)) ? NuGetPackageSource.EnvironmentVariableAndNuGetOrg : NuGetPackageSource.NuGetOrg;
var packageSource = NuGetPackageSource.NuGetOrg;
// Self-contained
return new[]