Skip to content

Commit 4d858f0

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents 3def643 + 5bd8274 commit 4d858f0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/clean-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
# Create the PR for the work done by the "clean repo" tool
4141
- name: create-pull-request
42-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
42+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
4343
with:
4444
branch: create-cleanrepo-pull-request/patch
4545
title: "Monthly chores: Automated repo cleanup"

.github/workflows/whats-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
savefile: './docs/ide/whats-new-visual-studio-docs.md'
4242

4343
- name: create-pull-request
44-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
44+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
4545
with:
4646
branch: create-whatsnew-pull-request/patch
4747
title: "What's new article"

docs/msbuild/common-msbuild-project-items.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Represents the source files for the compiler.
9696
| AutoGen | Optional boolean. Indicates whether the file was generated for the project by the Visual Studio integrated development environment (IDE). |
9797
| Link | Optional string. The notational path to be displayed when the file is physically located outside the influence of the project file. |
9898
| Visible | Optional boolean. Indicates whether to display the file in **Solution Explorer** in Visual Studio. |
99-
| CopyToOutputDirectory | Optional string. Determines whether to copy the file to the output directory. Values are:<br /><br /> 1. Never<br />2. Always<br />3. PreserveNewest |
99+
| CopyToOutputDirectory | Optional string. Determines whether to copy the file to the output directory. Values are:<br /><br /> 1. Never<br />2. Always<br />3. PreserveNewest<br />4. IfDifferent |
100100

101101
## EmbeddedResource
102102

@@ -112,7 +112,7 @@ Represents resources to be embedded in the generated assembly.
112112
| CustomToolNamespace | Optional string. The namespace in which any file generator that runs on this item should create code. |
113113
| Link | Optional string. The notational path is displayed if the file is physically located outside the influence of the project. |
114114
| Visible | Optional boolean. Indicates whether to display the file in **Solution Explorer** in Visual Studio. |
115-
| CopyToOutputDirectory | Optional string. Determines whether to copy the file to the output directory. Values are:<br /><br /> 1. Never<br />2. Always<br />3. PreserveNewest |
115+
| CopyToOutputDirectory | Optional string. Determines whether to copy the file to the output directory. Values are:<br /><br /> 1. Never<br />2. Always<br />3. PreserveNewest<br />4. IfDifferent |
116116
| LogicalName | Required string. The logical name of the embedded resource. |
117117

118118
## Content
@@ -129,7 +129,7 @@ Represents files that aren't compiled into the project, but may be embedded or p
129129
| PublishState | Required string. The publish state of the content, either:<br /><br /> - Default<br />- Included<br />- Excluded<br />- DataFile<br />- Prerequisite |
130130
| IsAssembly | Optional boolean. Specifies whether the file is an assembly. |
131131
| Visible | Optional boolean. Indicates whether to display the file in **Solution Explorer** in Visual Studio. |
132-
| CopyToOutputDirectory | Optional string. Determines whether to copy the file to the output directory. Values are:<br /><br /> 1. Never<br />2. Always<br />3. PreserveNewest |
132+
| CopyToOutputDirectory | Optional string. Determines whether to copy the file to the output directory. Values are:<br /><br /> 1. Never<br />2. Always<br />3. PreserveNewest<br />4. IfDifferent |
133133
| TargetPath | Optional string. The output path (relative to the configuration- and/or platform-specific output directory) of an item, including the filename. This respects the `Link` metadata, if provided. If TargetPath isn't provided, it's computed during the build process. See [AssignTargetPath](assigntargetpath-task.md). |
134134

135135
## None
@@ -144,7 +144,7 @@ Represents files that should have no role in the build process.
144144
| CustomToolNamespace | Optional string. The namespace in which any file generator that runs on this item should create code. |
145145
| Link | Optional string. The notational path to be displayed if the file is physically located outside the influence of the project. |
146146
| Visible | Optional boolean. Indicates whether to display the file in **Solution Explorer** in Visual Studio. |
147-
| CopyToOutputDirectory | Optional string. Determines whether to copy the file to the output directory. Values are:<br /><br /> 1. Never<br />2. Always<br />3. PreserveNewest |
147+
| CopyToOutputDirectory | Optional string. Determines whether to copy the file to the output directory. Values are:<br /><br /> 1. Never<br />2. Always<br />3. PreserveNewest<br />4. IfDifferent |
148148

149149
## AssemblyMetadata
150150

0 commit comments

Comments
 (0)