From e04498d1ce814cd0d4f42d7d9369d6c684f20c3c Mon Sep 17 00:00:00 2001 From: BDisp Date: Tue, 3 Jun 2025 10:58:17 +0100 Subject: [PATCH] Remove unneeded run --- .github/workflows/build-release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index a95896a28..9c14d13b2 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -38,10 +38,5 @@ jobs: - name: Restore Solution Packages run: dotnet restore - - name: Build Release AOT and Self-Contained - run: | - dotnet build ./Examples/NativeAot/NativeAot.csproj --configuration Release - dotnet build ./Examples/SelfContained/SelfContained.csproj --configuration Release - - name: Build Release Solution without restore run: dotnet build --configuration Release --no-restore