-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #452 from dotnet/dabritch-blacklist-update
Remove intermediate step projects from the list
- Loading branch information
Showing
2 changed files
with
0 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |