File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 66 {
77 "label" : " Build" ,
88 "type" : " shell" ,
9- "command" : " & ./build.ps1" ,
9+ "command" : " & ./PowerShellBuildTools/ build.ps1" ,
1010 "group" : {
1111 "kind" : " build" ,
1212 "isDefault" : true
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ Install-Module -Name PoshJsonWebToken -Scope AllUsers
109109## Contributing
110110
111111Contributing 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.
114114This script will ensure all dependencies are installed before running the test suite.
115115
116116<!-- References -->
You can’t perform that action at this time.
0 commit comments