Skip to content

Commit

Permalink
or use release for all of those?
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Jun 3, 2024
1 parent bfe1cb7 commit 9cec553
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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} -p:CMakeConfig=Debug",
"dotnet pack -p:TargetFrameworks=netstandard2.0 -p:AwsCrtPlatformTarget={aws_crt_platform_target} -p:CMakeConfig=Debug"
"dotnet build -f netstandard2.0 -p:AwsCrtPlatformTarget={aws_crt_platform_target} -p:CMakeConfig=Release",
"dotnet pack -p:TargetFrameworks=netstandard2.0 -p:AwsCrtPlatformTarget={aws_crt_platform_target} -p:CMakeConfig=Release"
],
"test_steps": [
"dotnet build tests/tests.csproj {build_tests_args} -p:CMakeConfig=Debug",
"dotnet test tests --no-build {run_tests_args} -p:CMakeConfig=Debug"
"dotnet build tests/tests.csproj {build_tests_args} -p:CMakeConfig=Release",
"dotnet test tests --no-build {run_tests_args} -p:CMakeConfig=Release"
],
"imports": [
"dotnetcore"
Expand Down

0 comments on commit 9cec553

Please sign in to comment.