Skip to content

Commit

Permalink
Remove build folders after building
Browse files Browse the repository at this point in the history
  • Loading branch information
Takoooooo committed Dec 6, 2023
1 parent 587b564 commit 38c117a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/build-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ function Test-Template {

# Build
Exec { dotnet build $outDir/$lang/$folderName -bl:$bl }
Remove-Item -Recurse $outDir/$lang/$folderName
}

function Create-And-Build {
Expand All @@ -86,6 +87,7 @@ function Create-And-Build {

# Build
Exec { dotnet build output/$lang/$folderName -bl:$bl }
Remove-Item -Recurse $outDir/$lang/$folderName
}

if (Test-Path "output") {
Expand Down

0 comments on commit 38c117a

Please sign in to comment.