Skip to content

Commit

Permalink
set it to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Jun 3, 2024
1 parent 67fa580 commit bfe1cb7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions builder.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "aws-crt-dotnet",
"build_steps": [
"dotnet build -f netstandard2.0 -p:AwsCrtPlatformTarget={aws_crt_platform_target}",
"dotnet pack -p:TargetFrameworks=netstandard2.0 -p:AwsCrtPlatformTarget={aws_crt_platform_target}"
"dotnet build -f netstandard2.0 -p:AwsCrtPlatformTarget={aws_crt_platform_target} -p:CMakeConfig=Debug",
"dotnet pack -p:TargetFrameworks=netstandard2.0 -p:AwsCrtPlatformTarget={aws_crt_platform_target} -p:CMakeConfig=Debug"
],
"test_steps": [
"dotnet build tests/tests.csproj {build_tests_args}",
"dotnet test tests --no-build {run_tests_args}"
"dotnet build tests/tests.csproj {build_tests_args} -p:CMakeConfig=Debug",
"dotnet test tests --no-build {run_tests_args} -p:CMakeConfig=Debug"
],
"imports": [
"dotnetcore"
Expand Down Expand Up @@ -90,7 +90,7 @@
"variants": {
"mono_test" : {
"!test_steps": [
"dotnet build tests/tests.csproj -t:MonoTest {build_tests_args}"
"dotnet build tests/tests.csproj -t:MonoTest {build_tests_args} -p:CMakeConfig=Debug"
]
}
}
Expand Down

0 comments on commit bfe1cb7

Please sign in to comment.