Skip to content

Commit 7cafaee

Browse files
authored
What's new for Preview 3 (#34923)
* update date * add whats new for preview 3 * update date * tweaks
1 parent 9e98831 commit 7cafaee

File tree

2 files changed

+203
-29
lines changed

2 files changed

+203
-29
lines changed

docs/core/project-sdk/overview.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,10 @@ In SDK-style projects, use an MSBuild target named `PreBuild` or `PostBuild` and
212212
213213
## Customize the build
214214
215-
There are various ways to [customize a build](/visualstudio/msbuild/customize-your-build). You may want to override a property by passing it as an argument to an [msbuild](/visualstudio/msbuild/msbuild-command-line-reference) or [dotnet](../tools/index.md) command. You can also add the property to the project file or to a *Directory.Build.props* file. For a list of useful properties for .NET projects, see [MSBuild reference for .NET SDK projects](msbuild-props.md).
215+
There are various ways to [customize a build](/visualstudio/msbuild/customize-your-build). You may want to override a property by passing it as an argument to an [msbuild](/visualstudio/msbuild/msbuild-command-line-reference) or [dotnet](../tools/index.md) command. You can also add the property to the project file or to a [*Directory.Build.props* file](/visualstudio/msbuild/customize-by-directory#directorybuildprops-and-directorybuildtargets). For a list of useful properties for .NET projects, see [MSBuild reference for .NET SDK projects](msbuild-props.md).
216+
217+
> [!TIP]
218+
> An easy way to create a new *Directory.Build.props* file from the command line is by using the command `dotnet new buildprops` at the root of your repository.
216219
217220
### Custom targets
218221
@@ -256,6 +259,6 @@ You can configure how to use the custom target. Since it's an MSBuild target, it
256259

257260
## See also
258261

259-
- [Install .NET Core](../install/index.yml)
262+
- [Customize your build (MSBuild)](/visualstudio/msbuild/customize-your-build)
260263
- [How to use MSBuild project SDKs](/visualstudio/msbuild/how-to-use-project-sdk)
261264
- [Package custom MSBuild targets and props with NuGet](/nuget/create-packages/creating-a-package#include-msbuild-props-and-targets-in-a-package)

0 commit comments

Comments
 (0)