From 4cbb869dd69444c798e2230df008d575539c8025 Mon Sep 17 00:00:00 2001 From: 0x5BFA <62196528+0x5bfa@users.noreply.github.com> Date: Thu, 25 Jul 2024 12:18:38 +0900 Subject: [PATCH] Update cd-store.yml --- .github/workflows/cd-store.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd-store.yml b/.github/workflows/cd-store.yml index 44b5792e0..9c656c44e 100644 --- a/.github/workflows/cd-store.yml +++ b/.github/workflows/cd-store.yml @@ -71,6 +71,7 @@ jobs: msbuild "$env:PACKAGE_PROJECT_PATH" ` -t:Build ` -t:_GenerateAppxPackage ` + -clp:ErrorsOnly ` -p:Platform=$env:PLATFORM ` -p:Configuration=$env:CONFIGURATION ` -p:AppxBundlePlatforms=$env:APPX_BUNDLE_PLATFORMS `