We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd8e52 commit 67ff6dfCopy full SHA for 67ff6df
1 file changed
build/build.ps1
@@ -35,7 +35,7 @@ $ModulePackage = "${PackagePath}\module"
35
$DocsDistroPath = "$RootPath\..\gh-pages"
36
37
$testApps = @{
38
- "$BuildPath\CS_BasicConsole\Release-$Platform\$Platform\Release\net8.0-windows" = "$PackagePath\bin\CS_BasicConsole";
+ "$BuildPath\CS_BasicConsole\Release-net8-$Platform\$Platform\Release-net8\net8.0-windows" = "$PackagePath\bin\CS_BasicConsole";
39
"$BuildPath\CPP_BasicConsole\Release-$Platform" = "$PackagePath\bin\CPP_BasicConsole"
40
"$SrcPath\Testing\Py_BasicConsole" = "$PackagePath\bin\Py_BasicConsole"
41
}
0 commit comments