Update for 2.1.302 RTM (#13)
This commit is contained in:
parent
e395b9240a
commit
7c27818fab
|
|
@ -109,8 +109,7 @@ namespace AspNetCoreSdkTests
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Pre-release SDKs require a private nuget feed
|
var packageSource = NuGetPackageSource.NuGetOrg;
|
||||||
var packageSource = (DotNetUtil.SdkVersion == new Version(2, 1, 302)) ? NuGetPackageSource.EnvironmentVariableAndNuGetOrg : NuGetPackageSource.NuGetOrg;
|
|
||||||
|
|
||||||
// Self-contained
|
// Self-contained
|
||||||
return new[]
|
return new[]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue