Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit c311381

Browse files
author
Rohit Agrawal (NUGET)
committed
add nuget-build myget feed as source
1 parent 90eed38 commit c311381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/NugetConfigFile.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<add key="templating" value="https://dotnet.myget.org/F/templating/api/v3/index.json" />
2323
<add key="aspnet" value="https://dotnet.myget.org/F/aspnetcore-release/api/v3/index.json" />
2424
<add key="websdkfeed" value="https://dotnet.myget.org/F/dotnet-web/api/v3/index.json" />
25-
<add key="cli-deps" value="https://dotnet.myget.org/F/cli-deps/api/v3/index.json" />
25+
<add key="nuget-build" value="https://dotnet.myget.org/F/nuget-build/api/v3/index.json" />
2626
<add key="roslyn" value="https://dotnet.myget.org/f/roslyn/api/v3/index.json" />
2727
<add key="symreader-native" value="https://dotnet.myget.org/f/symreader-native/api/v3/index.json" />
2828
<add key="xunit" value="https://www.myget.org/F/xunit/api/v3/index.json" />

0 commit comments

Comments
 (0)