File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ $PSSessionApplicationName = "wsman"
279
279
# 4. Enables some disabled unit tests and disables logging
280
280
# 5. Enables setting preference variables for modules
281
281
# NOTE: If changed to $true, the change requires PowerShell restart
282
- Set-Variable - Name Develop - Scope Global - Value $true
282
+ Set-Variable - Name Develop - Scope Global - Value $false
283
283
284
284
if ($Develop )
285
285
{
@@ -586,7 +586,7 @@ if (!(Get-Variable -Name CheckReadOnlyVariables -Scope Global -ErrorAction Ignor
586
586
587
587
# Set to false to avoid checking system and environment requirements
588
588
# This will also disable checking for modules and required services
589
- New-Variable - Name ProjectCheck - Scope Global - Option ReadOnly - Value $false
589
+ New-Variable - Name ProjectCheck - Scope Global - Option ReadOnly - Value $true
590
590
591
591
# Set to false to avoid checking if modules are up to date
592
592
New-Variable - Name ModulesCheck - Scope Global - Option ReadOnly - Value $Develop
Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ as follows:
402
402
.\Scripts\Deploy-Firewall.ps1 -Force -Quiet
403
403
```
404
404
405
- - To go step by step, to be prompted for confirmation on which rulesets to load
405
+ - To go step by step and be prompted for confirmation on which rulesets to load
406
406
and to attempt to resolve issues on the fly run:
407
407
408
408
``` powershell
@@ -416,7 +416,7 @@ and to attempt to resolve issues on the fly run:
416
416
```
417
417
418
418
To learn the meaning of parmaters to be able to combine them on your own see ` Deploy-Firewall.ps1 `
419
- script or run following command:
419
+ script comment or run following command:
420
420
421
421
``` powershell
422
422
Get-Help .\Scripts\Deploy-Firewall.ps1 -Detailed
Original file line number Diff line number Diff line change @@ -65,10 +65,12 @@ Todo's in this file are categorized into following sections:
65
65
- Update markdown help and help content, run: ` Update-HelpContent.ps1 `
66
66
- Verify links to repository are pointing to master except if develop branch is wanted,
67
67
links should be then tested on master branch with ` Test-MarkdownLinks.ps1 ` .
68
- - There are 3 kinds of links to check:\
68
+ There are 3 kinds of links to check:\
69
69
WindowsFirewallRuleset/develop\
70
70
WindowsFirewallRuleset/blob/develop\
71
71
WindowsFirewallRuleset/tree/develop
72
+ - Run module manifest test
73
+ - Update software and modules versions in ` ProjectSettings.ps1 `
72
74
- Cleanup repository:
73
75
- ` git clean -d -x --dry-run ` ` git clean -d -x -f `
74
76
- ` git prune --dry-run ` ` git prune `
You can’t perform that action at this time.
0 commit comments