Skip to content

Commit

Permalink
Verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Feb 3, 2024
1 parent 570200a commit d55e0f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- GitHub actions are now working.

## [0.1.2] - 2024-02-03

### Fixed

- Fix bootstrap script parameter block.

## [0.1.1] - 2024-02-02

### Fixed

- Status badges updated.
- Update integration tests for the bootstrap script.
- Fix missing commands in bootstrap script.
- Fix bootstrap script parameter block.

### Changed

Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ begin

Write-Verbose -Message "Calling .\Resolve-Dependency.ps1 with parameters: $($resolveDependencyParams | Out-String)" -Verbose

.\Resolve-Dependency.ps1 @resolveDependencyParams
.\Resolve-Dependency.ps1 @resolveDependencyParams -Verbose
}

if ($MyInvocation.ScriptName -notlike '*Invoke-Build.ps1')
Expand Down

0 comments on commit d55e0f0

Please sign in to comment.