From 4af3b7c79fab1a3b1be8091423bb46de6784843c Mon Sep 17 00:00:00 2001 From: Ry Racherbaumer Date: Fri, 11 Oct 2024 14:36:03 -0500 Subject: [PATCH] Disable package exit codes in chocolately (#1136) --- .github/workflows/release-node-bindings.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release-node-bindings.yml b/.github/workflows/release-node-bindings.yml index 2c38c822e..39318fbe6 100644 --- a/.github/workflows/release-node-bindings.yml +++ b/.github/workflows/release-node-bindings.yml @@ -196,6 +196,11 @@ jobs: . bindings_node + - name: Disable usePackageExitCodes feature + uses: crazy-max/ghaction-chocolatey@v3 + with: + args: feature disable --name="'usePackageExitCodes'" + - name: Upgrade Visual Studio 2022 enterprise uses: crazy-max/ghaction-chocolatey@v3 with: