Skip to content

Commit 1b8ea5c

Browse files
Fix recent build issues (#30233)
* Fix recent build issues * Apply suggestions from code review Co-authored-by: Tom Dykstra <tdykstra@microsoft.com> Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
1 parent 44bdc7d commit 1b8ea5c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/core/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: .NET (and .NET Core) - introduction and overview
33
description: Learn about .NET (and .NET Core). .NET is a free, open-source development platform for building many kinds of apps.
44
author: tdykstra
5-
ms.date: 02/24/2022
5+
ms.date: 07/14/2022
66
ms.custom: "updateeachrelease"
77
recommendations: false
88
---
@@ -211,7 +211,7 @@ MSBuild and the .NET CLI can be used with various continuous integration tools a
211211
* [CAKE for C#](https://cakebuild.net/)
212212
* [FAKE for F#](https://fake.build/)
213213

214-
For more information, see [Using .NET SDK and tools in Continuous Integration (CI)](tools/using-ci-with-cli.md)
214+
For more information, see [Use the .NET SDK in Continuous Integration (CI) environments](../devops/dotnet-cli-and-continuous-integration.md).
215215

216216
## Deployment models
217217

docs/core/sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: .NET SDK overview
33
description: Learn about the .NET SDK (formerly known as the .NET Core SDK), which is a set of libraries and tools used to create .NET projects.
4-
ms.date: 02/24/2022
4+
ms.date: 07/14/2022
55
ms.technology: dotnet-cli
66
---
77
# What is the .NET SDK?
@@ -29,7 +29,7 @@ Install scripts, on the other hand, don't require administrative privileges. How
2929
prerequisites on the machine; you need to install all of the prerequisites manually. The scripts are meant mostly for
3030
setting up build servers or when you wish to install the tools without admin privileges (do note the prerequisites
3131
caveat above). You can find more information in the [install script reference](tools/dotnet-install-script.md) article. If you're
32-
interested in how to set up the SDK on your CI build server, see the [Using .NET SDK and tools in Continuous Integration (CI)](tools/using-ci-with-cli.md) article.
32+
interested in how to set up the SDK on your CI build server, see [Use the .NET SDK in Continuous Integration (CI) environments](../devops/dotnet-cli-and-continuous-integration.md).
3333

3434
By default, the SDK installs in a "side-by-side" (SxS) manner, which means multiple versions
3535
can coexist at any given time on a single machine. For information about how the version gets picked when you're running CLI commands, see [Select the .NET version to use](versions/selection.md).

docs/core/tools/dotnet-dev-certs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: dotnet dev-certs command
33
description: The dotnet dev-certs command generates a self-signed certificate to enable HTTPS use in development.
4-
ms.date: 06/28/2022
4+
ms.date: 07/14/2022
55
---
66
# dotnet dev-certs
77

@@ -79,7 +79,7 @@ The `dotnet dev-certs` command manages a self-signed certificate to enable HTTPS
7979
successfully removed from the machine.
8080
```
8181

82-
<a name=exportpath></a>
82+
<a name="exportpath"></a>
8383

8484
- **`-ep|--export-path <PATH>`**
8585

0 commit comments

Comments
 (0)