From 868ac5bd9b22b794931ce36ced6d8e4f804f178c Mon Sep 17 00:00:00 2001 From: carzh Date: Mon, 3 Feb 2025 13:28:05 -0800 Subject: [PATCH] updated env var names --- .../github/azure-pipelines/nuget/templates/test_android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/nuget/templates/test_android.yml b/tools/ci_build/github/azure-pipelines/nuget/templates/test_android.yml index bf6ec61087..199dbeba24 100644 --- a/tools/ci_build/github/azure-pipelines/nuget/templates/test_android.yml +++ b/tools/ci_build/github/azure-pipelines/nuget/templates/test_android.yml @@ -105,4 +105,4 @@ stages: workingDirectory: '$(Build.SourcesDirectory)\csharp\test\Microsoft.ML.OnnxRuntime.Tests.BrowserStack.Android' env: BROWSERSTACK_USERNAME: $(browserstack_username) - BROWSERSTACK_TOKEN: $(browserstack_access_key) + BROWSERSTACK_ACCESS_KEY: $(browserstack_access_key)