Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 committed Nov 14, 2022
1 parent 8d87ec9 commit 0c09473
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 @@ -56,7 +56,7 @@ function Test-Template {
}

# Build
Exec { dotnet build output/$lang/$name }
Exec { dotnet build $outDir/$lang/$name }
}

function Create-And-Build {
Expand Down

0 comments on commit 0c09473

Please sign in to comment.