From 53f20f13ec64efd1110f29ba779c98220212fbe5 Mon Sep 17 00:00:00 2001 From: Todd Anderson Date: Thu, 14 Dec 2023 16:59:56 -0600 Subject: [PATCH] build test --- .github/actions/publish/action.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index 8079d6f..505560b 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -28,9 +28,9 @@ runs: shell: bash run: dotnet build /p:Configuration=release /p:TargetFramework=net7.0 src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj - # - name: Build for Net7-android - # shell: bash - # run: dotnet build /p:Configuration=release /p:TargetFramework=net7.0-android src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj + - name: Build for Net7-android + shell: bash + run: dotnet build /p:Configuration=release /p:TargetFramework=net7.0-android src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj - name: Build for Net7-ios shell: bash @@ -75,9 +75,11 @@ runs: shell: bash run: | for dll in $(find ./src/LaunchDarkly.ClientSdk/bin/Release -name LaunchDarkly.ClientSdk.dll); do - smctl sign --keypair-alias key_573919999 --config-file="/tmp/DigiCert One Signing Manager Tools/smtools-linux-x64/pkcs11properties.cfg" --input "${dll}" + echo "${dll}" done +# smctl sign --keypair-alias key_573919999 --config-file="/tmp/DigiCert One Signing Manager Tools/smtools-linux-x64/pkcs11properties.cfg" --input "${dll}" + # - name: Create Nuget Package # shell: bash # run: |