dotnet-maestro[bot]
eca83bd9b1
Update dependencies from https://github.com/dotnet/core-setup build 20191010.08 ( #5194 )
...
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.1
- Microsoft.NETCore.App.Host.win-x64 - 3.0.1
- Microsoft.NETCore.App.Internal - 3.0.1-servicing-19510-08
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.1
- Microsoft.NETCore.DotNetHostResolver - 3.0.1
2019-10-10 21:01:06 +00:00
dotnet-maestro[bot]
d467590bae
Update dependencies from https://github.com/aspnet/AspNetCore build 20191009.5 ( #5187 )
...
- dotnet-user-secrets - 3.0.1-servicing.19509.5
- dotnet-watch - 3.0.1-servicing.19509.5
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.0.1-servicing.19509.5
- dotnet-dev-certs - 3.0.1-servicing.19509.5
- Microsoft.AspNetCore.DeveloperCertificates.XPlat - 3.0.1-servicing.19509.5
2019-10-10 01:00:37 +00:00
dotnet-maestro[bot]
f08e8bc516
[release/3.0.1xx] Update dependencies from dotnet/toolset ( #5168 )
...
* Update dependencies from https://github.com/dotnet/toolset build 20191007.22
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19507.22
* Update dependencies from https://github.com/dotnet/toolset build 20191008.1
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19508.1
2019-10-08 09:02:53 +00:00
dotnet-maestro[bot]
bf84eb9727
Update dependencies from https://github.com/aspnet/AspNetCore build 20191007.30 ( #5169 )
...
- dotnet-user-secrets - 3.0.1-servicing.19507.30
- dotnet-watch - 3.0.1-servicing.19507.30
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.0.1-servicing.19507.30
- dotnet-dev-certs - 3.0.1-servicing.19507.30
- Microsoft.AspNetCore.DeveloperCertificates.XPlat - 3.0.1-servicing.19507.30
2019-10-08 07:15:42 +00:00
dotnet-maestro[bot]
f0056012a8
[release/3.0.1xx] Update dependencies from dotnet/toolset ( #5160 )
...
* Update dependencies from https://github.com/dotnet/toolset build 20191007.3
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19507.3
* Update dependencies from https://github.com/dotnet/toolset build 20191007.20
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19507.20
2019-10-07 22:28:57 +00:00
Matt Mitchell
902ae5f8e3
[release/3.0.1xx] Publish SDK bits to a suffixed location ( #5078 )
...
* Publish SDK bits to a suffixed location
Also, when DropSuffix==true, copy all files that contain the stable sdk version to a file containing the non-stable file name
2019-10-07 13:11:06 -07:00
dotnet-maestro[bot]
43f1bfc740
Update dependencies from https://github.com/dotnet/toolset build 20191006.18 ( #5158 )
...
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19506.18
2019-10-07 14:15:33 +00:00
dotnet-maestro[bot]
54ee737e03
Update dependencies from https://github.com/dotnet/core-setup build 20191006.06 ( #5156 )
...
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.1
- Microsoft.NETCore.DotNetHostResolver - 3.0.1
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.1
- Microsoft.NETCore.App.Host.win-x64 - 3.0.1
- Microsoft.NETCore.App.Internal - 3.0.1-servicing-19506-06
Dependency coherency updates
- Microsoft.NETCore.Platforms - 3.0.0 (parent: Microsoft.NETCore.App.Internal)
2019-10-07 14:10:34 +00:00
dotnet-maestro[bot]
10d7930345
[release/3.0.1xx] Update dependencies from dotnet/toolset ( #5112 )
...
* Update dependencies from https://github.com/dotnet/toolset build 20191004.23
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19504.23
* Update dependencies from https://github.com/dotnet/toolset build 20191004.29
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19504.29
2019-10-05 02:11:08 +00:00
dotnet-maestro[bot]
7e7edccc7c
Update dependencies from https://github.com/dotnet/toolset build 20191003.12 ( #5099 )
...
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19503.12
2019-10-04 16:05:00 +00:00
Nick Guerrera
c1a614ae66
Merge pull request #5082 from nguerrera/servicing-readiness
...
Prepare for 3.0.101 servicing
2019-10-04 08:37:40 -07:00
Nick Guerrera
1a42271c69
Update dependencies from .NET Core 3 Release
2019-10-03 22:57:58 -07:00
Nick Guerrera
0f52aed34c
Prepare for 3.0.1xx servicing
...
We were bumping targeting pack, framework-dependent default
runtime version, and self-contained default (latest) runtime
version in unison. This only works for previews where these
versions are all the same always. Now that we're servicing 3.0,
we:
1. Pin targeting packs to 3.0.0
2. Fix default framework-dependent runtime version at 3.0.0
This change also:
* Removes dependencies on legacy/internal netcoreapp packages. We
now use Microsoft.NETCore.App.Internal version exclusively to
calculate the blob storage path for core-setup.
* Uses PackageDownload for all templates, including
latest. PackageReference had been used for latest only because
it hid another bug with the netcoreapp reference of
redist.csproj that is fixed here. That reference is now a
FrameworkReference as it should be.
* Removes a bunch of shenanigans from
GenerateBundledVersions.props that were causing issues with
above. One casualty of that is that we hard code the RID lists
for runtime pack, which I don't think is too bad, and actually
will make it easier to merge in source build patches.
* Cleans up how runtime and targeting pack versions are
referenced throughout, removing incorrect assumptions about
them being the same.
* Incorporates a prior closed PR to use suffixed version for blob
storage, even when assets coming from blob storage are
stabilized. It needed changes to merge with this.
Note:
* A similar theoretical servicing issue exists for the versions
of apphost, hostfxr, shared host, which are still assumed to be
the same as the runtime version in several places. If we choose
to service those independently, more work is required.
* There will be a 3.0.1 ASP.NET targeting pack, and so we will
have to unpin that once it is ready. This change establishes
the baseline of all targeting packs being pinnned, and they can
be unpinned in the (hopefully rare) cases where they need to be
serviced.
2019-10-03 22:57:58 -07:00
dotnet-maestro[bot]
439c617a55
[release/3.0.1xx] Update dependencies from dotnet/toolset ( #5094 )
...
* Update dependencies from https://github.com/dotnet/toolset build 20191003.9
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19503.9
* Update dependencies from https://github.com/dotnet/toolset build 20191003.10
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19503.10
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19503.4 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-10-04 00:26:17 +00:00
dotnet-maestro[bot]
9749981e6f
[release/3.0.1xx] Update dependencies from dotnet/toolset ( #5079 )
...
* Update dependencies from https://github.com/dotnet/toolset build 20191002.16
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19502.16
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19502.8 (parent: Microsoft.Dotnet.Toolset.Internal)
* Update dependencies from https://github.com/dotnet/toolset build 20191003.3
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19503.3
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19502.8 (parent: Microsoft.Dotnet.Toolset.Internal)
* Update dependencies from https://github.com/dotnet/toolset build 20191003.4
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19503.4
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19503.1 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-10-03 16:42:55 +00:00
dotnet-maestro[bot]
3f257d4df7
[release/3.0.1xx] Update dependencies from dotnet/toolset ( #5077 )
...
* Update dependencies from https://github.com/dotnet/toolset build 20191002.13
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19502.13
* Update dependencies from https://github.com/dotnet/toolset build 20191002.15
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19502.15
2019-10-03 00:00:10 +00:00
dotnet-maestro[bot]
03042aa674
Update dependencies from https://github.com/dotnet/core-setup build 20191002.09 ( #5075 )
...
- Microsoft.NETCore.App.Ref - 3.0.1-servicing-19502-09
- Microsoft.NETCore.App - 3.0.1-servicing-19502-09
- NETStandard.Library.Ref - 2.1.0-servicing-19502-09
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.1-servicing-19502-09
- Microsoft.NETCore.DotNetHostResolver - 3.0.1-servicing-19502-09
- Microsoft.NETCore.DotNetAppHost - 3.0.1-servicing-19502-09
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.1-servicing-19502-09
- Microsoft.WindowsDesktop.App - 3.0.1-servicing-19502-09
2019-10-02 22:25:42 +00:00
dotnet-maestro[bot]
c49870c18a
[release/3.0.1xx] Update dependencies from dotnet/toolset ( #5062 )
...
* Update dependencies from https://github.com/dotnet/toolset build 20191002.5
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19502.5
* Update dependencies from https://github.com/dotnet/toolset build 20191002.7
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19502.7
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19502.3 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-10-02 13:46:41 +00:00
dotnet-maestro[bot]
cbc334e437
Update dependencies from https://github.com/dotnet/core-setup build 20191002.01 ( #5061 )
...
- Microsoft.NETCore.App.Ref - 3.0.1-servicing-19502-01
- Microsoft.NETCore.App - 3.0.1-servicing-19502-01
- NETStandard.Library.Ref - 2.1.0-servicing-19502-01
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.1-servicing-19502-01
- Microsoft.NETCore.DotNetHostResolver - 3.0.1-servicing-19502-01
- Microsoft.NETCore.DotNetAppHost - 3.0.1-servicing-19502-01
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.1-servicing-19502-01
- Microsoft.WindowsDesktop.App - 3.0.1-servicing-19502-01
Dependency coherency updates
- Microsoft.NETCore.Platforms - 3.0.1-servicing.19501.4 (parent: Microsoft.NetCore.App)
- Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-servicing.19480.1 (parent: Microsoft.WindowsDesktop.App)
- Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.1-servicing.19480.1 (parent: Microsoft.WindowsDesktop.App)
2019-10-02 11:05:55 +00:00
dotnet-maestro[bot]
882fe2afa0
[release/3.0.1xx] Update dependencies from dotnet/toolset ( #5052 )
...
* Update dependencies from https://github.com/dotnet/toolset build 20191001.18
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19501.18
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19501.12 (parent: Microsoft.Dotnet.Toolset.Internal)
* Update dependencies from https://github.com/dotnet/toolset build 20191001.20
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19501.20
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19501.12 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-10-02 04:17:13 +00:00
Divino César
57c03e2caf
Download blobs from MSRC storage & Add CredProvider to Dockerfiles ( #4753 )
...
* Download core-setup files from MSRC storage
Add support for downloading core-setup files from an authenticated endpoint
* Update GenerateLayout.targets
* Adding changes to pass SAS token around
* Add credential provider to Dockerfile's
* Update after PR feedback
* Add comments about approach
* Copy NuGet config variables
2019-10-01 13:22:33 -07:00
dotnet-maestro[bot]
fed9ecf474
[release/3.0.1xx] Update dependencies from dotnet/toolset ( #5034 )
...
* Update dependencies from https://github.com/dotnet/toolset build 20191001.3
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19501.3
* Update dependencies from https://github.com/dotnet/toolset build 20191001.8
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19501.8
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19501.1 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-10-01 19:25:24 +00:00
Nick Guerrera
4587faf037
React to 3.0 dev channel removal ( #5021 )
2019-09-30 21:03:31 -07:00
dotnet-maestro[bot]
09363ecf15
Update dependencies from https://github.com/dotnet/toolset build 20190929.3 ( #5013 )
...
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19479.3
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19477.8 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-09-30 04:45:34 +00:00
William Li
4c79da6f03
Remove opensuse ( #4955 )
2019-09-29 20:58:16 -07:00
dotnet-maestro[bot]
3cceab1b79
Update dependencies from https://github.com/dotnet/toolset build 20190927.6 ( #4984 )
...
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19477.6
Dependency coherency updates
- Microsoft.NET.Sdk - 3.0.101-servicing.19477.3 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-09-28 01:35:40 +00:00
dotnet-maestro[bot]
2fec184020
[release/3.0.1xx] Update dependencies from dotnet/toolset ( #4965 )
...
* Update dependencies from https://github.com/dotnet/toolset build 20190926.12
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19476.12
* Update dependencies from https://github.com/dotnet/toolset build 20190926.13
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19476.13
* Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19476.9 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-09-27 17:38:01 +00:00
dotnet-maestro[bot]
7fea870c9a
Update dependencies from https://github.com/dotnet/toolset build 20190926.11 ( #4963 )
...
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19476.11
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19476.8 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-09-27 02:10:38 +00:00
dotnet-maestro[bot]
9f5eff9c0b
[release/3.0.1xx] Update dependencies from dotnet/toolset ( #4962 )
...
* Update dependencies from https://github.com/dotnet/toolset build 20190926.8
- Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19476.8
Dependency coherency updates
- Microsoft.NET.Sdk - 3.0.101-servicing.19476.1 (parent: Microsoft.Dotnet.Toolset.Internal)
* Update dependencies from https://github.com/dotnet/toolset build 20190926.9
- Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19476.9
Dependency coherency updates
- Microsoft.NET.Sdk - 3.0.101-servicing.19476.2 (parent: Microsoft.Dotnet.Toolset.Internal)
* Update dependencies from https://github.com/dotnet/toolset build 20190926.10
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19476.10
Dependency coherency updates
- Microsoft.NET.Sdk - 3.0.101-servicing.19476.2 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-09-27 01:00:59 +00:00
dotnet-maestro[bot]
72ea0149b6
Update dependencies from https://github.com/dotnet/toolset build 20190926.7 ( #4961 )
...
- Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19476.7
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19476.7 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-09-26 23:35:41 +00:00
dotnet-maestro[bot]
61327a9bcb
[release/3.0.1xx] Update dependencies from dotnet/arcade ( #4933 )
...
* Update dependencies from https://github.com/dotnet/arcade build 20190924.3
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19474.3
* Update NuGet.config
* React to NuGet design change for PackageDownload with multiple versions
A single item must be used with semicolon-delimited versions.
2019-09-26 21:15:58 +00:00
dotnet-maestro[bot]
7a13384a0d
Update dependencies from https://github.com/dotnet/toolset build 20190926.5 ( #4953 )
...
- Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19476.5
Dependency coherency updates
- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19476.1 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-rc2.19476.4 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-09-26 18:35:41 +00:00
Livar
ca0986c0ff
Updating branding to 3.0.1-servicing ( #4924 )
...
* Updating branding to 3.0.1-servicing
Also removed the DropSuffix so that we stop producing final branded builds for now.
* Address code review comments
Set DropSuffix to false instead of removing it.
2019-09-24 16:09:49 -07:00
Livar
04339c3a26
Merge pull request #4891 from dotnet/darc-release/3.0.1xx-ed8e3d43-5799-47c6-a7d9-5239ca959073
...
[release/3.0.1xx] Update dependencies from dotnet/toolset
2019-09-18 01:06:45 -07:00
dotnet-maestro[bot]
974858568a
Update dependencies from https://github.com/dotnet/toolset build 20190918.3
...
- Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19468.3
2019-09-18 08:05:22 +00:00
Matt Mitchell
1f6f745127
Fix core-setup nuget feed ( #4890 )
2019-09-18 01:01:51 -07:00
Livar
0356629415
Merge pull request #4888 from dotnet/darc-release/3.0.1xx-e28a33cc-c2ed-46fb-a0d0-b5c5cdf2569a
...
[release/3.0.1xx] Update dependencies from dotnet/toolset
2019-09-18 00:23:28 -07:00
dotnet-maestro[bot]
3e3ba458e9
Update dependencies from https://github.com/dotnet/toolset build 20190918.2
...
- Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19468.2
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-rc2.19467.7 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-09-18 07:22:47 +00:00
dotnet-maestro[bot]
5f6a012764
[release/3.0.1xx] Update dependencies from dotnet/toolset ( #4886 )
...
* Update dependencies from https://github.com/dotnet/toolset build 20190917.12
- Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19467.12
Dependency coherency updates
- Microsoft.NET.Sdk - 3.0.100-rc2.19467.3 (parent: Microsoft.Dotnet.Toolset.Internal)
* Set to stable build
2019-09-18 00:20:16 -07:00
dotnet-maestro[bot]
ebe9fb2b57
Update dependencies from https://github.com/dotnet/toolset build 20190917.9 ( #4882 )
...
- Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19467.9
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-rc2.19467.4 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-09-18 03:41:26 +00:00
dotnet-maestro[bot]
956e75fb5a
Update dependencies from https://github.com/dotnet/toolset build 20190917.8 ( #4881 )
...
- Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19467.8
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-rc2.19467.3 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-09-18 02:45:24 +00:00
Livar
82f30a92ef
Merge pull request #4880 from dotnet/darc-release/3.0.1xx-b6398eca-0a8c-4640-9981-196560efe978
...
[release/3.0.1xx] Update dependencies from dotnet/toolset
2019-09-17 18:12:01 -07:00
dotnet-maestro[bot]
6099514615
Update dependencies from https://github.com/dotnet/toolset build 20190917.7
...
- Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19467.7
2019-09-18 00:40:22 +00:00
dotnet-maestro[bot]
81c33ddf1d
Update dependencies from https://github.com/dotnet/toolset build 20190917.6 ( #4878 )
...
- Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19467.6
Dependency coherency updates
- Microsoft.NET.Sdk - 3.0.100-rc2.19467.1 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-09-18 00:00:50 +00:00
Matt Mitchell
88e6663236
Turn off stable builds ( #4874 )
2019-09-17 13:58:14 -07:00
Matt Mitchell
8dbe4ac1bc
Remove generate graph files ( #4867 )
...
Takes too long and output isn't quite as useful as it once was (BARViz does most of the work)
2019-09-16 15:39:36 -07:00
dotnet-maestro[bot]
bb005e3ca8
Update dependencies from https://github.com/dotnet/toolset build 20190916.4 ( #4866 )
...
- Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19466.4
2019-09-16 22:10:49 +00:00
Matt Mitchell
63f7b6f811
[release/3.0.1xx] Fix resource branding ( #4859 )
...
* Fix resource branding
The resource branding for MicrosoftNETCoreApp and the Windows desktop runtime does not come from the same properties any longer. Use appropriate properties instead.
* Fix Linux native installer branding
2019-09-16 10:49:46 -07:00
Matt Mitchell
88949b55f5
Fix "you are using a preview version" message ( #4860 )
...
The property in the bundled version props file installed with the SDK is _NETCoreSdkIsPreview. We use the same property name to define this value when creating the props file. We build with a preview version of the SDK. Because this is set by the preview SDK, and already has a value, we will not reset it when DropSuffix=true. It will simply remain 'true'. Thus we will simply propagate that existing value into the new props file. To fix, change the property name.
2019-09-16 10:47:04 -07:00
Matt Mitchell
02df19ceac
Remove unneeded package sources ( #4853 )
...
* Remove unneeded package sources
Remove many packages sources that are no longer needed.
We think this may be increasing restore time and thus parallel builds of test projects are timing out while accessing the feeds.
2019-09-15 22:25:54 -07:00