Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Takoooooo committed Dec 6, 2023
1 parent 38c117a commit ad2bdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/build-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function Create-And-Build {

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

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

0 comments on commit ad2bdcd

Please sign in to comment.