From 138894ff19e49e0d0cbf31f3a188dafbd6bee7a8 Mon Sep 17 00:00:00 2001 From: Pavel Iakovenko Date: Thu, 1 Aug 2024 14:04:19 -0700 Subject: [PATCH] Update Azure.Identity to 1.11.4 (#89) * Update Azure.Identity to 1.11.4 * Target macOS unit tests to arm64 --- .github/workflows/main-ci-build.yml | 4 ++-- .../Microsoft.Azure.Relay.Bridge.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main-ci-build.yml b/.github/workflows/main-ci-build.yml index d8db1fd..076613e 100644 --- a/.github/workflows/main-ci-build.yml +++ b/.github/workflows/main-ci-build.yml @@ -85,14 +85,14 @@ jobs: AZBRIDGE_TEST_CXNSTRING: ${{ secrets.AZBRIDGE_TEST_CXNSTRING }} run: dotnet test /p:TargetFramework=net8.0 /p:RuntimeIdentifier=linux-x64 /p:Configuration=Debug if: matrix.os == 'ubuntu-latest' - - name: Unit Test macOS x64 + - name: Unit Test macOS arm64 env: AZBRIDGE_TEST_CXNSTRING: ${{ secrets.AZBRIDGE_TEST_CXNSTRING }} # W/A for Dns.GetHostEntry(Dns.GetHostName()) exception https://github.com/actions/runner-images/issues/8649 run: | echo -e "$(ipconfig getifaddr en0) $(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts ./test/unit/macos_unblock_testip.sh - dotnet test /p:TargetFramework=net8.0 /p:RuntimeIdentifier=osx-x64 /p:Configuration=Debug + dotnet test /p:TargetFramework=net8.0 /p:RuntimeIdentifier=osx-arm64 /p:Configuration=Debug if: matrix.os == 'macos-latest' - uses: actions/upload-artifact@v2 diff --git a/src/Microsoft.Azure.Relay.Bridge/Microsoft.Azure.Relay.Bridge.csproj b/src/Microsoft.Azure.Relay.Bridge/Microsoft.Azure.Relay.Bridge.csproj index a7ba3d5..9b205be 100644 --- a/src/Microsoft.Azure.Relay.Bridge/Microsoft.Azure.Relay.Bridge.csproj +++ b/src/Microsoft.Azure.Relay.Bridge/Microsoft.Azure.Relay.Bridge.csproj @@ -17,7 +17,7 @@ - +