From e46bcd9e2fa3a9980097f782b491b4c571bf2575 Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Fri, 14 Nov 2025 13:13:43 +0100 Subject: [PATCH] Skip IDE0032 warning in synthetics CI job --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd94badd3..57522d6c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,8 @@ jobs: synthetics: runs-on: ubuntu-latest + env: + MSBuildNoWarn: IDE0032 steps: - uses: actions/checkout@v5