Skip to content

Commit

Permalink
Do a build instead of a rebuild to improve the build speed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Nov 8, 2024
1 parent 4277e72 commit d17d9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/windows/utils.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function build($fileName, $properties)
$location = $(Get-Location)
Set-Location $directory

msbuild $file /t:Rebuild /m ("/p:$($properties)")
msbuild $file /t:Build /m ("/p:$($properties)")
checkExitCode "Failed to build: $($path)"

Set-Location $location
Expand Down

0 comments on commit d17d9e2

Please sign in to comment.