From d47f13eb9613db988cc4cd46497f09fae0a1a90b Mon Sep 17 00:00:00 2001 From: Adam Yoblick Date: Thu, 10 Jan 2019 16:46:16 -0600 Subject: [PATCH] added windowsdesktop container to support new feed we're pushing packages to --- NuGet.config | 1 + eng/Version.Details.xml | 4 ++-- eng/Versions.props | 3 ++- src/redist/targets/GenerateBundledVersions.targets | 1 + 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NuGet.config b/NuGet.config index 994a475fd..49edff4e1 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,6 +7,7 @@ + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9c168e256..49df40088 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://devdiv.visualstudio.com/DevDiv/_git/DotNet-Trusted - 63610380c84a0d348c63651e9194aac5a87738b0 + 0f06f9b915f7fb35d7245d168b1428f377abc76c https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 4df52babe..00a66993e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,7 +43,7 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppPackageVersion) - 3.0.0-alpha-27309-3 + 3.0.0-preview-27310-7 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopPackageVersion) $(MicrosoftWindowsDesktopPackageVersion) @@ -63,6 +63,7 @@ https://dotnet.myget.org/F/nuget-build/api/v3/index.json; https://dotnet.myget.org/F/templating/api/v3/index.json; https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json; + https://dotnetfeed.blob.core.windows.net/dotnet-windowsdesktop/index.json diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index d5c3d05e5..39f560647 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -177,6 +177,7 @@ Copyright (c) .NET Foundation. All rights reserved. %24(_NETCoreSdkIsPreview) %24(RestoreAdditionalProjectSources)%3Bhttps://dotnetfeed.blob.core.windows.net/dotnet-core/index.json + %24(RestoreAdditionalProjectSources)%3Bhttps://dotnetfeed.blob.core.windows.net/dotnet-windowsdesktop/index.json %24(RestoreAdditionalProjectSources)%3Bhttps://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json