-
Notifications
You must be signed in to change notification settings - Fork 558
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
Add CoreWCF Services Support #5473
base: main
Are you sure you want to change the base?
Conversation
4e0e6d8
to
6b217de
Compare
4049c03
to
3f6dad8
Compare
6cace94
to
05e132e
Compare
5787e3c
to
7eef23d
Compare
c4daf36
to
dd2e1d2
Compare
0fc1297
to
6d4fa39
Compare
ebc64f8
to
bae0e73
Compare
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
f092ed7
to
274dc78
Compare
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
NuGet.config
Outdated
<configuration> | ||
<packageSources> | ||
<clear /> | ||
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" /> | ||
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" /> | ||
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" /> | ||
<add key="nuget" value="https://api.nuget.org/v3/index.json" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I remember this correctly, this is not allowed, We should achieve this through dotnet-public.
NuGet.config
Outdated
<configuration> | ||
<packageSources> | ||
<clear /> | ||
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" /> | ||
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" /> | ||
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" /> | ||
<add key="nuget" value="https://api.nuget.org/v3/index.json" /> | ||
<add key="CoreWCF_Dev" value="https://pkgs.dev.azure.com/dotnet/CoreWCF/_packaging/CoreWCF/nuget/v3/index.json" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't we just use the latest CoreWCF package for this? Or perhaps this should be added to the dotnet-public?
eng/SendToHelix.proj
Outdated
|
||
<Target Name="InstallDotNet"> | ||
<ItemGroup> | ||
<AdditionalDotNetPackage Include="8.0.5"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be downgrade; can we use what is available provided by arcade?
d2b48bc
to
5301ab2
Compare
Rebase latest branch