Skip to content

Commit

Permalink
try? I cannot reproduce the issue from my local
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Jun 5, 2024
1 parent 9cec553 commit c81597e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions aws-crt/aws-crt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
<CMakeOSXArchitecturesX64 Condition="$([MSBuild]::IsOsPlatform('OSX'))">-DCMAKE_OSX_ARCHITECTURES=x86_64</CMakeOSXArchitecturesX64>

<CMakeBinaries>$(ProjectDir)../build</CMakeBinaries>
<CMakeConfig Condition="$(Configuration) == 'Debug'">Debug</CMakeConfig>
<CMakeConfig Condition="$(CMakeConfig) == ''">Release</CMakeConfig>
<CMakeConfig>Debug</CMakeConfig>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CMake" Version="3.5.2">
Expand Down
2 changes: 1 addition & 1 deletion builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-crt-dotnet",
"build_steps": [
"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"
"dotnet pack -p:TargetFrameworks=netstandard2.0 -p:AwsCrtPlatformTarget={aws_crt_platform_target}"
],
"test_steps": [
"dotnet build tests/tests.csproj {build_tests_args} -p:CMakeConfig=Release",
Expand Down

0 comments on commit c81597e

Please sign in to comment.