Skip to content

Commit

Permalink
Fixing list numbering (MicrosoftDocs#120)
Browse files Browse the repository at this point in the history
List numbering is fixed.
  • Loading branch information
neusamir authored and bariscaglar committed Jan 17, 2018
1 parent b25131d commit 724cad4
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,13 @@ To see how this works, assume that you have Folder1 and Folder2 under Default We
[!code-console[Main](skipping-folders-while-provisioning-with-web-farm-framework-20-for-iis/samples/sample1.cmd)]
2. Under the **applicationProvision** element, add an entry to skip the directives as follows


[!code-xml[Main](skipping-folders-while-provisioning-with-web-farm-framework-20-for-iis/samples/sample2.xml?highlight=7-10)]

1. When you save the changes, Web Farms Framework immediately picks up the changes from the configuration file and does application provisioning.
2. Verify that the secondary servers provisioned only Folder2, and Folder1 was excluded.
3. You can also skip binding as follows:
3. When you save the changes, Web Farms Framework immediately picks up the changes from the configuration file and does application provisioning.
4. Verify that the secondary servers provisioned only Folder2, and Folder1 was excluded.
5. You can also skip binding as follows:

[!code-xml[Main](skipping-folders-while-provisioning-with-web-farm-framework-20-for-iis/samples/sample3.xml)]
4. Alternatively, you can sync a specific directory using the **msdeploy** command directly for each secondary server as follows:
6. Alternatively, you can sync a specific directory using the **msdeploy** command directly for each secondary server as follows:

[!code-console[Main](skipping-folders-while-provisioning-with-web-farm-framework-20-for-iis/samples/sample4.cmd)]
[!code-console[Main](skipping-folders-while-provisioning-with-web-farm-framework-20-for-iis/samples/sample4.cmd)]

0 comments on commit 724cad4

Please sign in to comment.