Skip to content

Commit

Permalink
Merge pull request #692 from pareenaverma/content_review
Browse files Browse the repository at this point in the history
Fixed issue 669
  • Loading branch information
pareenaverma committed Jan 17, 2024
2 parents d7424cb + 1161272 commit 51b2647
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Here the architecture is **ARM64**.
```console
dotnet run -a x64
```
{{% /notice %}}

## Test the GET request

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 51b2647

Please sign in to comment.