Skip to content

Commit 7443e6c

Browse files
authored
Merge pull request #2489 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch master)
2 parents a44ef23 + 75b5d04 commit 7443e6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/msbuild/xmlpoke-task.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Sets values as specified by an XPath query into an XML file.
4242

4343
Here is a sample.xml to modify:
4444

45-
```
45+
```xml
4646
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
4747
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
4848
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" >
@@ -53,8 +53,8 @@ Here is a sample.xml to modify:
5353

5454
In this example, if you want to modify `/Package/mp:PhoneIdentity/PhonePublisherId`, then use
5555

56-
```
57-
<Project>
56+
```xml
57+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
5858
<PropertyGroup>
5959
<Namespace>
6060
<Namespace Prefix="dn" Uri="http://schemas.microsoft.com/appx/manifest/foundation/windows10" />

0 commit comments

Comments
 (0)