From 3e03bb64b0d942a4b30c689a12aa913b47c0762f Mon Sep 17 00:00:00 2001 From: Michael Zappe Date: Thu, 19 Feb 2026 10:54:25 +0100 Subject: [PATCH] Remove ci_enabled = false for releasing, as it was added by mistake --- .../azure-mixedreality-authentication/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/mixedreality/azure-mixedreality-authentication/pyproject.toml b/sdk/mixedreality/azure-mixedreality-authentication/pyproject.toml index 39a3d838744b..540da07d41af 100644 --- a/sdk/mixedreality/azure-mixedreality-authentication/pyproject.toml +++ b/sdk/mixedreality/azure-mixedreality-authentication/pyproject.toml @@ -4,4 +4,3 @@ mypy = false pyright = false type_check_samples = false verifytypes = false -ci_enabled = false