Skip to content

Commit 67ff6df

Browse files
committed
[build] Fix CS example project artifacts path in build script.
1 parent 3bd8e52 commit 67ff6df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $ModulePackage = "${PackagePath}\module"
3535
$DocsDistroPath = "$RootPath\..\gh-pages"
3636

3737
$testApps = @{
38-
"$BuildPath\CS_BasicConsole\Release-$Platform\$Platform\Release\net8.0-windows" = "$PackagePath\bin\CS_BasicConsole";
38+
"$BuildPath\CS_BasicConsole\Release-net8-$Platform\$Platform\Release-net8\net8.0-windows" = "$PackagePath\bin\CS_BasicConsole";
3939
"$BuildPath\CPP_BasicConsole\Release-$Platform" = "$PackagePath\bin\CPP_BasicConsole"
4040
"$SrcPath\Testing\Py_BasicConsole" = "$PackagePath\bin\Py_BasicConsole"
4141
}

0 commit comments

Comments
 (0)