From bd7de060d31550b6935dde2b23a249d03770bfef Mon Sep 17 00:00:00 2001 From: Michael Fyffe <6224270+TraGicCode@users.noreply.github.com> Date: Sun, 30 Nov 2025 23:21:43 -0600 Subject: [PATCH] Enable restore for self-contained build --- .github/workflows/dotnet_selfcontained.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/dotnet_selfcontained.yml b/.github/workflows/dotnet_selfcontained.yml index ca55e85e..fe20237f 100644 --- a/.github/workflows/dotnet_selfcontained.yml +++ b/.github/workflows/dotnet_selfcontained.yml @@ -37,7 +37,6 @@ jobs: --runtime ${{ matrix.os }} \ --self-contained true \ --output ./artifacts/binaries/${{ matrix.os }} \ - --no-restore \ -p:InformationalVersion=${{ steps.version.outputs.version }} - name: Create Archive