File tree Expand file tree Collapse file tree
src/NuGet.Core/NuGet.Configuration/Utility
test/NuGet.Core.FuncTests/NuGet.XPlat.FuncTest Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,7 +154,8 @@ public static IReadOnlyList<string> GetConfigKeys()
154154 PasswordKey ,
155155 NoProxy ,
156156 MaxHttpRequestsPerSource ,
157- SignatureValidationMode
157+ SignatureValidationMode ,
158+ UpdatePackageLastAccessTime
158159 } ;
159160 }
160161 }
Original file line number Diff line number Diff line change @@ -271,6 +271,7 @@ public void ConfigGetCommand_UsingConfigKeyArgAndHelpOption_DisplaysHelpMessage(
271271 [ Theory ]
272272 [ InlineData ( "signatureValidationMode" , "accept" ) ]
273273 [ InlineData ( "maxHttpRequestsPerSource" , "64" ) ]
274+ [ InlineData ( "updatePackageLastAccessTime" , "true" ) ]
274275 public void ConfigSetCommand_WithConfigFileArg_AddsSetting ( string key , string value )
275276 {
276277 // Arrange & Act
You can’t perform that action at this time.
0 commit comments