Skip to content

Commit dd98feb

Browse files
committed
remove nuget source dotnet-libraries
1 parent 0e058ad commit dd98feb

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Directory.Build.props

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@
1717
<LangVersion>12.0</LangVersion>
1818
<NoWarn>$(NoWarn);NU1507;NU5105;CS1591;NU1608;NU1900</NoWarn>
1919
<GenerateDocumentationFile>true</GenerateDocumentationFile>
20-
<!--<RestoreSources>
21-
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json
20+
<RestoreSources>
2221
https://api.nuget.org/v3/index.json;
23-
</RestoreSources>-->
22+
</RestoreSources>
2423
<!--<UsingMicrosoftArtifactsSdk>true</UsingMicrosoftArtifactsSdk>-->
2524
<!-- https://learn.microsoft.com/en-us/dotnet/core/sdk/artifacts-output -->
2625
<!-- C:\Program Files\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultOutputPaths.targets -->

src/coverlet.console/coverlet.console.csproj

-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
<PackageProjectUrl>https://github.com/coverlet-coverage/coverlet</PackageProjectUrl>
2121
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2222
<RepositoryType>git</RepositoryType>
23-
<RestoreSources>
24-
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json
25-
https://api.nuget.org/v3/index.json;
26-
</RestoreSources>
2723
</PropertyGroup>
2824

2925
<ItemGroup>

0 commit comments

Comments
 (0)