@@ -388,7 +388,7 @@ The resource files are:
388
388
389
389
- **[Unit_Template.ps1](https://github.com/PowerShell/DscResource.Template/blob/master/Tests/Unit/unit_test_template.ps1)**:
390
390
Use to create a set of Unit Pester tests for a single DSC Resource.
391
- - **[Integration_Template.ps1](https://github.com/PowerShell/DscResource.Template/blob/master/Tests/integration /integration_test_template.ps1)**:
391
+ - **[Integration_Template.ps1](https://github.com/PowerShell/DscResource.Template/blob/master/Tests/Integration /integration_test_template.ps1)**:
392
392
Use to create a set of Integration Pester tests for a single DSC Resource.
393
393
- **[Integration_Config_Template.ps1](https://github.com/PowerShell/DscResource.Template/blob/master/Tests/Integration/integration_test_template.config.ps1)**:
394
394
Use to create a DSC Configuration file for a single DSC Resource. Used in
@@ -398,15 +398,16 @@ The resource files are:
398
398
399
399
To see examples of the Unit/Integration tests in practice, see the NetworkingDsc
400
400
MSFT_Firewall resource :
401
- [Unit Tests](https://github.com/PowerShell/NetworkingDsc/blob/dev/Tests/Unit/MSFT_Firewall.Tests.ps1)
402
- [Integration Tests](https://github.com/PowerShell/NetworkingDsc/blob/dev/Tests/Integration/MSFT_Firewall.Integration.Tests.ps1)
403
- [Resource DSC Configuration](https://github.com/PowerShell/NetworkingDsc/blob/dev/Tests/Integration/MSFT_Firewall_add.config.ps1)
401
+
402
+ - [Unit Tests](https://github.com/PowerShell/NetworkingDsc/blob/dev/Tests/Unit/MSFT_Firewall.Tests.ps1)
403
+ - [Integration Tests](https://github.com/PowerShell/NetworkingDsc/blob/dev/Tests/Integration/MSFT_Firewall.Integration.Tests.ps1)
404
+ - [Resource DSC Configuration](https://github.com/PowerShell/NetworkingDsc/blob/dev/Tests/Integration/MSFT_Firewall_add.config.ps1)
404
405
405
406
# # Example Usage of DSCResource.Tests in AppVeyor.yml
406
407
407
408
To automatically download and install the DscResource.Tests in an AppVeyor.yml
408
409
file, please see the following sample AppVeyor.yml.
409
- [https://github.com/PowerShell/DscResources /blob/master/DscResource.Template/ appveyor.yml](https://github.com/PowerShell/DscResources /blob/master/DscResource.Template /appveyor.yml)
410
+ [https://github.com/PowerShell/DscResource.Template /blob/master/appveyor.yml](https://github.com/PowerShell/DscResource.Template /blob/master/appveyor.yml)
410
411
411
412
# # AppVeyor Module
412
413
@@ -434,13 +435,14 @@ This module provides functions for building and testing DSC Resources in AppVeyo
434
435
- **Invoke-AppVeyorDeployTask**: This task is used to perform the following tasks.
435
436
It should be called under the deploy AppVeyor phase (the `deploy_script:`
436
437
keyword in the *appveyor.yml*).
437
- - [Publish examples to PowerShell Gallery](#publish-examples-to-powershell-gallery)).
438
+ - [Publish examples to PowerShell Gallery](#publish-examples-to-powershell-gallery)
439
+ - [Publish Wiki Content](#publish-wiki-content)
438
440
439
441
# ## Using AppVeyor.psm1 with the default shared model
440
442
441
443
For an example of a AppVeyor.yml file for using the default shared model with a
442
444
resource module, see the
443
- [DscResource.Template appveyor.yml](https://github.com/PowerShell/DscResources /blob/master/DscResource.Template /appveyor.yml).
445
+ [DscResource.Template appveyor.yml](https://github.com/PowerShell/DscResource.Template /blob/master/appveyor.yml).
444
446
445
447
# ## Using AppVeyor.psm1 with harness model
446
448
0 commit comments