From 11612728f9d4abf804bf03d80bee30d83d4a7e4b Mon Sep 17 00:00:00 2001 From: pareenaverma Date: Wed, 17 Jan 2024 15:37:06 +0000 Subject: [PATCH] Fixed issue 669 --- .../laptops-and-desktops/win_asp_net8/how-to-2.md | 1 + .../microcontrollers/vcpkg-tool-installation/usage.md | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/content/learning-paths/laptops-and-desktops/win_asp_net8/how-to-2.md b/content/learning-paths/laptops-and-desktops/win_asp_net8/how-to-2.md index 646373955..f68b6a69d 100644 --- a/content/learning-paths/laptops-and-desktops/win_asp_net8/how-to-2.md +++ b/content/learning-paths/laptops-and-desktops/win_asp_net8/how-to-2.md @@ -44,6 +44,7 @@ Here the architecture is **ARM64**. ```console dotnet run -a x64 ``` +{{% /notice %}} ## Test the GET request diff --git a/content/learning-paths/microcontrollers/vcpkg-tool-installation/usage.md b/content/learning-paths/microcontrollers/vcpkg-tool-installation/usage.md index 691b42a53..eafd230b0 100644 --- a/content/learning-paths/microcontrollers/vcpkg-tool-installation/usage.md +++ b/content/learning-paths/microcontrollers/vcpkg-tool-installation/usage.md @@ -25,12 +25,6 @@ microsoft:tools/kitware/cmake 3.25.2 installed Kitware's c microsoft:tools/ninja-build/ninja 1.10.2 installed Ninja is a small build system with a focus on speed. ``` -#### Activate tools using a vcpkg-configuration.json file elsewhere - -```bash - vcpkg activate --json=../my-config.json -``` - #### Deactivate artifacts specified by vcpkg-configuration.json ```bash { output_lines = "2-4" }