From 0c09473490f3fbcf9ea32e924bfbc0842775e262 Mon Sep 17 00:00:00 2001 From: Maksym Katsydan Date: Mon, 14 Nov 2022 18:20:35 -0500 Subject: [PATCH] Fix test --- tests/build-test.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/build-test.ps1 b/tests/build-test.ps1 index ce9c4c62..6c50f25a 100644 --- a/tests/build-test.ps1 +++ b/tests/build-test.ps1 @@ -56,7 +56,7 @@ function Test-Template { } # Build - Exec { dotnet build output/$lang/$name } + Exec { dotnet build $outDir/$lang/$name } } function Create-And-Build {