Skip to content

Commit 9ade670

Browse files
authored
Merge branch 'main' into development
2 parents d7a447c + bc23f7d commit 9ade670

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build/Build.cfc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ component {
201201

202202
// Create project mapping
203203
fileSystemUtil.createMapping( arguments.projectName, variables.cwd );
204+
fileSystemUtil.createMapping( "coldbox", variables.cwd & "test-harness/coldbox" );
205+
fileSystemUtil.createMapping( "testbox", variables.cwd & "test-harness/testbox" );
206+
204207
// Generate Docs
205208
print.greenLine( "Generating API Docs, please wait..." ).toConsole();
206209

changelog.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12-
### Added
13-
1412
- BoxLang certification
1513
- Github Actions updates
1614

@@ -25,7 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2523

2624
- Issue #49 - Fix windows pathing issues when the disk path is relative or mapped
2725

28-
2926
## [1.1.2] - 2023-05-18
3027

3128
### Fixed

0 commit comments

Comments
 (0)