Skip to content

Commit

Permalink
πŸš€πŸš€πŸš€
Browse files Browse the repository at this point in the history
πŸš€πŸš€πŸš€
  • Loading branch information
928PJY authored Jul 1, 2022
2 parents 8cbcb22 + fe64023 commit 79cc407
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ parameters:
params: https://github.com/MicrosoftDocs/sql-docs-pr --profile --timeout 120 --regression-rules
docs:
params: https://github.com/dotnet/docs --timeout 60 --regression-rules
learn-pr:
params: https://github.com/MicrosoftDocs/learn-pr --timeout 105 --no-dry-sync --regression-rules
# learn-pr:
# params: https://github.com/MicrosoftDocs/learn-pr --timeout 105 --no-dry-sync --regression-rules
windowsserverdocs-pr:
params: https://github.com/MicrosoftDocs/windowsserverdocs-pr --timeout 45 --regression-rules
VBA-Docs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.3" />
<PackageReference Include="Microsoft.DocsLearning.Hierarchy.DataContract" Version="1.0.22095.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ private void UpdateAbstract()
<table class="dataMatrix">
@if (item.Columns != null && item.Columns is JArray array)
{
var columns = array.ToObject<LandingDataColumn[]>();
var columns = array.ToObject<LandingDataColumn[]>()!;
<tr>
<th></th>
@for (var i = 0; i < columns.Length; i++)
Expand Down
4 changes: 2 additions & 2 deletions src/docfx/docfx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.20.0" />
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.20.0" />
<PackageReference Include="Microsoft.ChakraCore" Version="1.11.24" />
<PackageReference Include="Microsoft.DocAsCode.ECMAHelper" Version="1.2.1977.60" />
<PackageReference Include="Microsoft.DocAsCode.MAML2Yaml.Lib" Version="1.1.1915.9" Aliases="maml" />
<PackageReference Include="Microsoft.DocAsCode.ECMAHelper" Version="1.2.2004.65" />
<PackageReference Include="Microsoft.DocAsCode.MAML2Yaml.Lib" Version="1.1.2004.11" Aliases="maml" />
<PackageReference Include="Microsoft.Docs.MetadataService.Models" Version="0.3.6" />
<PackageReference Include="Microsoft.Graph" Version="4.25.0" />
<PackageReference Include="Microsoft.Experimental.Collections" Version="1.0.6-e190117-3" />
Expand Down

0 comments on commit 79cc407

Please sign in to comment.