Skip to content

Commit 023840e

Browse files
committed
Update comments
1 parent e2a5084 commit 023840e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Cli/dotnet/NugetPackageDownloader/NuGetPackageDownloader.cs

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ internal class NuGetPackageDownloader : INuGetPackageDownloader
3838
private readonly Dictionary<PackageSource, SourceRepository> _sourceRepositories;
3939
private readonly bool _shouldUsePackageSourceMapping;
4040

41+
/// <summary>
42+
/// If true, the package downloader will verify the signatures of the packages it downloads.
43+
/// Temporarily disabled for macOS and Linux.
44+
/// </summary>
4145
private readonly bool _verifySignatures;
4246
private readonly VerbosityOptions _verbosityOptions;
4347
private readonly string _currentWorkingDirectory;

0 commit comments

Comments
 (0)