Skip to content

Commit 1578f30

Browse files
Use coverlet nightlies
1 parent c90150b commit 1578f30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
https://api.nuget.org/v3/index.json;
121121
<!-- Contains RemoteExecutor. Taken from: https://github.com/dotnet/runtime/blob/master/NuGet.config -->
122122
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json;
123+
https://www.myget.org/F/coverlet-dev/api/v3/index.json;
123124
</RestoreSources>
124125
<SignAssembly>true</SignAssembly>
125126
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)shared-infrastructure/SixLabors.snk</AssemblyOriginatorKeyFile>

tests/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PackageReference Update="BenchmarkDotNet" Version="0.12.1" />
2929
<PackageReference Update="BenchmarkDotNet.Diagnostics.Windows" Version="0.12.1" Condition="'$(OS)' == 'Windows_NT'" />
3030
<PackageReference Update="Colourful" Version="2.0.5" />
31-
<PackageReference Update="coverlet.collector" Version="1.3.0" PrivateAssets="All"/>
31+
<PackageReference Update="coverlet.collector" Version="1.3.1-preview.27.gdd2237a3be" PrivateAssets="All"/>
3232
<PackageReference Update="Magick.NET-Q16-AnyCPU" Version="7.15.5" />
3333
<PackageReference Update="Microsoft.DotNet.RemoteExecutor" Version="5.0.0-beta.20069.1" />
3434
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="16.7.1" />

0 commit comments

Comments
 (0)