Skip to content

Commit

Permalink
714 build gen should not change dir (#726)
Browse files Browse the repository at this point in the history
* restore location after building

* mention the change
  • Loading branch information
antonvw authored Sep 21, 2024
1 parent 9297b94 commit a4ba567
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## 25.04 - 2025-04 [Unreleased]

### Added

### Changed

- wex::quoted uses std::quoted and includes a delim character

### Changed

### Fixed

- macro playback and undo includes sub commands
- build-gen.ps1 restores location after building

## 24.10 - 2024-09-22

Expand Down
3 changes: 2 additions & 1 deletion build-gen.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ cmake `

if ( -not ($prepare))
{
Set-Location $dir
Push-Location -Path $dir
msbuild /noLogo /m /p:Configuration=$configuration ALL_BUILD.vcxproj
Pop-Location
}

if ($install)
Expand Down

0 comments on commit a4ba567

Please sign in to comment.