From dbb842b2402315094fc2fe058af20a3f8276b47c Mon Sep 17 00:00:00 2001 From: Aptivi Date: Sat, 15 Feb 2025 15:42:24 +0300 Subject: [PATCH] int - Don't install DocFX in canary releases --- Type: int Breaking: False Doc Required: False Backport Required: False Part: 1/1 --- .github/workflows/release-canary.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release-canary.yml b/.github/workflows/release-canary.yml index 9c798c7..117cd9d 100644 --- a/.github/workflows/release-canary.yml +++ b/.github/workflows/release-canary.yml @@ -26,8 +26,6 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: '8.0.x' - - name: Setup DocFX - run: dotnet tool install --global docfx - name: Release Asset Preparation run: make dbg-ci - name: Package Publication