Skip to content

Commit

Permalink
Clarify docs on DefaultArtifactsSource for behavior change in 2.0.20 (#…
Browse files Browse the repository at this point in the history
…534)

Migrating repos to newer versions encounters a behavior change, document for reference.
  • Loading branch information
erikmav committed Mar 4, 2024
1 parent b207ebd commit d79203c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Artifacts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ The following properties control artifacts staging:
| Property | Description | Default |
|-------------------------------------|-------------|---------|
| `EnableDefaultArtifacts` | Set this to `false` to disable the default staging of the `$(OutputPath)` to the artifacts directory.| `true` |
| `DefaultArtifactsSource` | The default path to use as a source for staging artifacts. | `$(OutputPath)` |
| `DefaultArtifactsSource` | The default path to use as a source for staging artifacts. | `$(OutputPath)` if `AppendTargetFrameworkToOutputPath` is not true, otherwise the parent of `$(OutputPath)` (behavior changed in version 2.0.20). If you need the old behavior, set `AppendTargetFrameworkToOutputPath` to true, or set the property value `<DefaultArtifactsSource>$(OutputPath)</DefaultArtifactsSource>`. |
| `ArtifactsPath` | The default path to use as a destination for staging artifacts | |
| `DefaultArtifactsFileMatch` | The default filter to use for staging artifacts | `*exe *dll *exe.config` |
| `DefaultArtifactsFileExclude` | The default file filter to exclude when staging artifacts | |
Expand Down

0 comments on commit d79203c

Please sign in to comment.