From f81107b1ea12dd913f72da2600bc1ba371ea48da Mon Sep 17 00:00:00 2001 From: David Britch Date: Wed, 20 Mar 2024 12:02:38 +0000 Subject: [PATCH] Remove intermediate step projects from the list. --- eng/excluded_projects_macos.txt | 5 ----- eng/excluded_projects_windows.txt | 5 ----- 2 files changed, 10 deletions(-) diff --git a/eng/excluded_projects_macos.txt b/eng/excluded_projects_macos.txt index ec4398b4..7c10b42b 100644 --- a/eng/excluded_projects_macos.txt +++ b/eng/excluded_projects_macos.txt @@ -1,11 +1,6 @@ # Add projects with relative paths and use forward slashes, for example: ./8.0/Sample/App/Project.csproj # This file excludes projects only for projects that are built on a macOS build host -# Don't build all intermediate step projects. Only some projects actually build. This is intentional. -./8.0/Tutorials/ConvertToMvvm/step2_model/Notes.csproj -./8.0/Tutorials/ConvertToMvvm/step3_viewmodel_about/Notes.csproj -./8.0/Tutorials/ConvertToMvvm/step4_viewmodel_note/Notes.csproj - # Xamarin projects need to be built different, effort to set that up vs gain isn't worth doing that, so exclude ./Upgrading/CustomRenderer/XamarinCustomRenderer/XamarinCustomRenderer/XamarinCustomRenderer.Android/XamarinCustomRenderer.Android.csproj ./Upgrading/CustomRenderer/XamarinCustomRenderer/XamarinCustomRenderer/XamarinCustomRenderer.iOS/XamarinCustomRenderer.iOS.csproj diff --git a/eng/excluded_projects_windows.txt b/eng/excluded_projects_windows.txt index ecce1701..b2ae7edc 100644 --- a/eng/excluded_projects_windows.txt +++ b/eng/excluded_projects_windows.txt @@ -1,11 +1,6 @@ # Add projects with relative paths and use forward slashes, for example: ./8.0/Sample/App/Project.csproj # This file excludes projects only for projects that are built on a Windows build host -# Don't build all intermediate step projects. Only some projects actually build. This is intentional. -./8.0/Tutorials/ConvertToMvvm/step2_model/Notes.csproj -./8.0/Tutorials/ConvertToMvvm/step3_viewmodel_about/Notes.csproj -./8.0/Tutorials/ConvertToMvvm/step4_viewmodel_note/Notes.csproj - # Xamarin projects need to be built different, effort to set that up vs gain isn't worth doing that, so exclude ./Upgrading/CustomRenderer/XamarinCustomRenderer/XamarinCustomRenderer/XamarinCustomRenderer.Android/XamarinCustomRenderer.Android.csproj ./Upgrading/CustomRenderer/XamarinCustomRenderer/XamarinCustomRenderer/XamarinCustomRenderer.iOS/XamarinCustomRenderer.iOS.csproj