Skip to content

Commit 3f6d93e

Browse files
committed
tweaks
1 parent 3d86293 commit 3f6d93e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/msbuild/change-waves.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ ms.workload:
1717

1818
A *change wave* is a set of behavior changes in MSBuild that you can opt out of by specifying a particular flag as an environment variable. The purpose of this is to warn you of potentially disruptive changes that will become standard functionality later, so that you have a time period of flexibility for adapting to these changes before they become standard functionality. All the features in a specific change wave can only be enabled or disabled together, not individually.
1919

20-
When you upgrade to a new version of MSBuild, changes that are potentially breaking are enabled by default, but if a feature affects your build negatively, you can easily disable that wave of changes. Disabling a change wave also disables change waves of higher versions.
20+
When you upgrade to a new version of MSBuild, changes that are potentially breaking are enabled by default, but if a feature affects your build negatively, you can easily disable that wave of changes. Each change wave is identified by an MSBuild version number (for example, 16.8). Disabling a change wave also disables change waves of higher versions.
2121

2222
## Opt out of change wave features
2323

2424
To disable the features in a change wave, set the environment variable `MSBuildDisableFeaturesFromVersion` to the change wave (or MSBuild version) that contains the feature you want **disabled**. This version happens to be the version of MSBuild that the features were developed for. See the mapping of change waves to features below.
2525

2626
### MSBuildDisableFeaturesFromVersion Values
2727

28-
When setting `MSBuildDisableFeaturesFromVersion` to a particular value, you might get a warning if you don't set it to a specific change wave. The following table shows the possible settings:
28+
When you set `MSBuildDisableFeaturesFromVersion` to a particular value, you might get a warning if you don't set it to a specific change wave. The following table shows the possible settings:
2929

3030
| `MSBuildDisableFeaturesFromVersion` Value | Result | Receive Warning? |
3131
| :------------- | :---------- | :----------: |
@@ -58,5 +58,6 @@ There are no entries yet in this change wave.
5858
There are no out of rotation change waves at this time.
5959

6060
## See also
61+
6162
- [MSBuild](msbuild.md)
6263
- [What's new in MSBuild 16](whats-new-msbuild-16-0.md)

0 commit comments

Comments
 (0)