Skip to content

Commit

Permalink
Continuous Integration Publish: 0cc0908
Browse files Browse the repository at this point in the history
Merge pull request #285 from cake-contrib/renovate/vstest-monorepo

Update dependency Microsoft.NET.Test.Sdk to 17.12.0
  • Loading branch information
web-flow authored Dec 16, 2024
1 parent 1aa8b3d commit 05d34b5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions assets/js/searchIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,28 +39,28 @@ var searchModule = function() {
a(
{
id:0,
title:"NpmPackageInstaller",
content:"NpmPackageInstaller",
title:"INpmContentResolver",
content:"INpmContentResolver",
description:'',
tags:''
},
{
url:'/Cake.Npm.Module/api/Cake.Npm.Module/NpmPackageInstaller',
title:"NpmPackageInstaller",
url:'/Cake.Npm.Module/api/Cake.Npm.Module/INpmContentResolver',
title:"INpmContentResolver",
description:""
}
);
a(
{
id:1,
title:"INpmContentResolver",
content:"INpmContentResolver",
title:"NpmPackageInstaller",
content:"NpmPackageInstaller",
description:'',
tags:''
},
{
url:'/Cake.Npm.Module/api/Cake.Npm.Module/INpmContentResolver',
title:"INpmContentResolver",
url:'/Cake.Npm.Module/api/Cake.Npm.Module/NpmPackageInstaller',
title:"NpmPackageInstaller",
description:""
}
);
Expand Down Expand Up @@ -95,28 +95,28 @@ var searchModule = function() {
a(
{
id:4,
title:"ModulesInstallationLocation",
content:"ModulesInstallationLocation",
title:"NpmModule",
content:"NpmModule",
description:'',
tags:''
},
{
url:'/Cake.Npm.Module/api/Cake.Npm.Module/ModulesInstallationLocation',
title:"ModulesInstallationLocation",
url:'/Cake.Npm.Module/api/Cake.Npm.Module/NpmModule',
title:"NpmModule",
description:""
}
);
a(
{
id:5,
title:"NpmModule",
content:"NpmModule",
title:"ModulesInstallationLocation",
content:"ModulesInstallationLocation",
description:'',
tags:''
},
{
url:'/Cake.Npm.Module/api/Cake.Npm.Module/NpmModule',
title:"NpmModule",
url:'/Cake.Npm.Module/api/Cake.Npm.Module/ModulesInstallationLocation',
title:"ModulesInstallationLocation",
description:""
}
);
Expand Down
2 changes: 1 addition & 1 deletion feed.atom
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<title>Cake.Npm.Module</title>
<link rel="self" href="http://cake-contrib.github.io/Cake.Npm.Module" />
<rights>2024</rights>
<updated>2024-12-16T22:01:42Z</updated>
<updated>2024-12-16T22:36:38Z</updated>
</feed>
4 changes: 2 additions & 2 deletions feed.rss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link>http://cake-contrib.github.io/Cake.Npm.Module</link>
<description />
<copyright>2024</copyright>
<pubDate>Mon, 16 Dec 2024 22:01:42 GMT</pubDate>
<lastBuildDate>Mon, 16 Dec 2024 22:01:42 GMT</lastBuildDate>
<pubDate>Mon, 16 Dec 2024 22:36:38 GMT</pubDate>
<lastBuildDate>Mon, 16 Dec 2024 22:36:38 GMT</lastBuildDate>
</channel>
</rss>

0 comments on commit 05d34b5

Please sign in to comment.