From e1fe6e08786528e4e2873b2516dbee899e6747f9 Mon Sep 17 00:00:00 2001 From: Lee Richardson Date: Tue, 17 Jan 2023 19:29:09 -0500 Subject: [PATCH] Add Cake.AzureCli --- extensions/Cake.AzureCli | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 extensions/Cake.AzureCli diff --git a/extensions/Cake.AzureCli b/extensions/Cake.AzureCli new file mode 100644 index 00000000000..a6644719f58 --- /dev/null +++ b/extensions/Cake.AzureCli @@ -0,0 +1,15 @@ +Type: Addin +Name: Cake.AzureCli +NuGet: Cake.AzureCli +Assemblies: +- "/**/Cake.AzureCli.dll" +Repository: https://github.com/lprichar/Cake.AzureCli +Author: Lee Richardson +Description: "A Cake plugin that provides strongly typed, fully intellisense documented, and cross platform access to all 2,833 Azure CLI commands and their 32,669 individual settings." +Categories: +- Documentation +- Static Site Generation +TargetCakeVersion: 3.0.0 +TargetFrameworks: +- net6.0 +- net7.0