Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove intermediate step projects from the list #452

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions eng/excluded_projects_macos.txt
Original file line number Diff line number Diff line change
@@ -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
5 changes: 0 additions & 5 deletions eng/excluded_projects_windows.txt
Original file line number Diff line number Diff line change
@@ -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
Loading