This repository was archived by the owner on Jul 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Monitoring.RebootSearchInstance
Stats.AggregateCdnDownloadsInGallery Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 [string ]$SemanticVersion = ' 1.0.0-zlocal' ,
1010 [string ]$Branch = ' zlocal' ,
1111 [string ]$CommitSHA ,
12- [string ]$BuildBranch = ' 37ff6e758c38b3f513af39f881399ce85f4ff20b '
12+ [string ]$BuildBranch = ' c35bbc228717720bdbc610f3285259391635e90e '
1313)
1414
1515$msBuildVersion = 15 ;
@@ -178,6 +178,7 @@ Invoke-BuildStep 'Creating artifacts' {
178178 " src/Validation.PackageSigning.ValidateCertificate/Validation.PackageSigning.ValidateCertificate.csproj" , `
179179 " src/Validation.PackageSigning.RevalidateCertificate/Validation.PackageSigning.RevalidateCertificate.csproj" , `
180180 " src/PackageLagMonitor/Monitoring.PackageLag.csproj" , `
181+ " src/Monitoring.RebootSearchInstance/Monitoring.RebootSearchInstance.csproj" , `
181182 " src/StatusAggregator/StatusAggregator.csproj" , `
182183 " src/Validation.Symbols.Core/Validation.Symbols.Core.csproj" , `
183184 " src/Validation.Symbols/Validation.Symbols.csproj" `
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ public class FeedClient : IFeedClient
2525
2626 private static readonly IEnumerable < string > TimeStampProperties = new string [ ]
2727 {
28- "Created" ,
2928 "LastEdited" ,
3029 } ;
3130
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ await connection.QueryWithRetryAsync<DownloadCountData>(
8787 _storedProcedureName ,
8888 transaction : transaction ,
8989 commandType : CommandType . StoredProcedure ,
90- commandTimeout : TimeSpan . FromMinutes ( 15 ) ,
90+ commandTimeout : TimeSpan . FromMinutes ( 30 ) ,
9191 maxRetries : 3 ) )
9292 . ToList ( ) ;
9393 }
You can’t perform that action at this time.
0 commit comments