Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[master] Update dependencies from dotnet/runtime dotnet/efcore #25090

Merged
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
e9b6daf
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Aug 20, 2020
6786e6a
skip tests
BrennanConroy Aug 20, 2020
3eec641
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Aug 21, 2020
778ece8
Update NuGet.config
mmitche Aug 21, 2020
03b0e2f
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Aug 21, 2020
d310152
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Aug 22, 2020
89f1660
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Aug 23, 2020
3568cb2
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Aug 24, 2020
f82a0c8
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Aug 24, 2020
8824d79
Add dotnet6 as source for helix
wtgodbe Aug 24, 2020
c8145d2
fixup
wtgodbe Aug 24, 2020
fe8806f
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Aug 24, 2020
288c2d0
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Aug 24, 2020
24c46c6
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Aug 25, 2020
a9311b3
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Aug 25, 2020
b978c63
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Aug 25, 2020
1479d1d
Fix Typescript tests
BrennanConroy Aug 26, 2020
89f8a18
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Aug 26, 2020
7fc40e5
Update dependencies from https://github.com/dotnet/efcore build 20200…
dotnet-maestro[bot] Aug 26, 2020
a2aab42
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Aug 27, 2020
059e37e
Update dependencies from https://github.com/dotnet/runtime build 2020…
dotnet-maestro[bot] Aug 28, 2020
916efff
Add dotnet6 source to TestRunner
Aug 28, 2020
37f3ae5
Make it a command line argument so only the scripts need to be edited
Aug 28, 2020
deea037
Merge branch 'master' into darc-master-dbbb9576-1bf8-4685-8771-d97f6e…
Aug 28, 2020
bd29c75
Typo
Aug 28, 2020
00af7e9
Merge branch 'master' into darc-master-dbbb9576-1bf8-4685-8771-d97f6e…
Aug 29, 2020
e8cff12
Update Version.Details.xml
Aug 29, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
<add key="dotnet5-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" />
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
<add key="dotnet6-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mmitche why do we still need the dotnet5* feeds❔ I'm guessing the new feeds aren't primed yet but would like to confirm.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you'll need them until all inputs are dotnet6. I was going to remove them, but thought it likely that things would fail.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When we remove dotnet5 here, we'll also need to remove it from eng\helix\content\runtests.cmd

<add key="roslyn" value="https://dotnet.myget.org/F/roslyn/api/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="roslyn-tools" value="https://dotnet.myget.org/F/roslyn-tools/api/v3/index.json" />
Expand Down
Loading