diff --git a/.markdownlint.json b/.markdownlint.json index 213a405a9..b92f0a28c 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -3,5 +3,5 @@ "MD033": false, "MD056": true, "MD059": false, - "MD060" : { "style": "any" } + "MD060": false } diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a83a15bdd..9215925db 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -168,8 +168,8 @@ steps: git clone https://github.com/nanoframework/Windows.Storage.git --depth 100 -b main libs/Windows.Storage - git clone https://github.com/nanoframework/Windows.Storage.Streams.git --depth 100 -b main libs/Windows.Storage.Streams - + git clone https://github.com/nanoframework/Windows.Storage.Streams.git --depth 100 -b main libs/Windows.Storage.Streams + git clone https://github.com/nanoframework/System.Device.Adc.git --depth 100 -b main libs/System.Device.Adc git clone https://github.com/nanoframework/System.Device.WiFi.git -b main libs/System.Device.WiFi diff --git a/docfx.json b/docfx.json index 0571c0c91..bf63afefd 100644 --- a/docfx.json +++ b/docfx.json @@ -34,8 +34,7 @@ "**/Newtonsoft.*/**", "**/PropertyChanged/**", "**/TestAppv5*/**", - "**/TestMqtt*/**", - "**/Microsoft.ApplicationInsights.*/**" + "**/TestMqtt*/**" ] } ],