Skip to content

Commit 69ed60d

Browse files
committed
run link test
1 parent a107245 commit 69ed60d

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Config/ProjectSettings.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ $PSSessionApplicationName = "wsman"
279279
# 4. Enables some disabled unit tests and disables logging
280280
# 5. Enables setting preference variables for modules
281281
# 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
283283

284284
if ($Develop)
285285
{
@@ -586,7 +586,7 @@ if (!(Get-Variable -Name CheckReadOnlyVariables -Scope Global -ErrorAction Ignor
586586

587587
# Set to false to avoid checking system and environment requirements
588588
# 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
590590

591591
# Set to false to avoid checking if modules are up to date
592592
New-Variable -Name ModulesCheck -Scope Global -Option ReadOnly -Value $Develop

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ as follows:
402402
.\Scripts\Deploy-Firewall.ps1 -Force -Quiet
403403
```
404404

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
406406
and to attempt to resolve issues on the fly run:
407407

408408
```powershell
@@ -416,7 +416,7 @@ and to attempt to resolve issues on the fly run:
416416
```
417417

418418
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:
420420

421421
```powershell
422422
Get-Help .\Scripts\Deploy-Firewall.ps1 -Detailed

Readme/TODO.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,12 @@ Todo's in this file are categorized into following sections:
6565
- Update markdown help and help content, run: `Update-HelpContent.ps1`
6666
- Verify links to repository are pointing to master except if develop branch is wanted,
6767
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:\
6969
WindowsFirewallRuleset/develop\
7070
WindowsFirewallRuleset/blob/develop\
7171
WindowsFirewallRuleset/tree/develop
72+
- Run module manifest test
73+
- Update software and modules versions in `ProjectSettings.ps1`
7274
- Cleanup repository:
7375
- `git clean -d -x --dry-run` `git clean -d -x -f`
7476
- `git prune --dry-run` `git prune`

0 commit comments

Comments
 (0)