Skip to content

Commit 01fb0b3

Browse files
authored
Fix git submodule path in VSCode build task and documentation (#34)
1 parent cfd9181 commit 01fb0b3

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"label": "Build",
88
"type": "shell",
9-
"command": "& ./build.ps1",
9+
"command": "& ./PowerShellBuildTools/build.ps1",
1010
"group": {
1111
"kind": "build",
1212
"isDefault": true

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Build and Packaging Improvements
6+
7+
+ Fix git submodule path in VSCode build task and documentation (#34).
8+
59
## v1.2.0 - 22/11/2025
610

711
### General Cmdlet Updates and Fixes
@@ -16,7 +20,7 @@
1620

1721
### Build and Packaging Improvements
1822

19-
+ Updated repository to use PowerShellBuildTools as a git submodule.
23+
+ Updated repository to use PowerShellBuildTools as a git submodule (#32).
2024

2125
## v1.1.1 - 05/02/2024
2226

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ Install-Module -Name PoshJsonWebToken -Scope AllUsers
109109
## Contributing
110110

111111
Contributing is quite easy, fork this repo and submit a pull request with the changes.
112-
To build this module run `.\build.ps1` in PowerShell.
113-
To test a build run `.\build.ps1 -Task Test` in PowerShell.
112+
To build this module run `./PowerShellBuildTools/build.ps1` in PowerShell.
113+
To test a build run `./PowerShellBuildTools/build.ps1 -Task Test` in PowerShell.
114114
This script will ensure all dependencies are installed before running the test suite.
115115

116116
<!-- References -->

0 commit comments

Comments
 (0)