Skip to content

Commit

Permalink
Merge pull request #452 from dotnet/dabritch-blacklist-update
Browse files Browse the repository at this point in the history
Remove intermediate step projects from the list
  • Loading branch information
jfversluis committed Mar 20, 2024
2 parents fadf418 + f81107b commit ce720b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
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

0 comments on commit ce720b6

Please sign in to comment.