Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build/repo.props')
-rw-r--r--build/repo.props3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/repo.props b/build/repo.props
index 19603bc733..aa278898c0 100644
--- a/build/repo.props
+++ b/build/repo.props
@@ -68,6 +68,9 @@
$(RepositoryRoot)src\SignalR\clients\cpp\**\*.*proj;
$(RepositoryRoot)src\SignalR\clients\ts\**\node_modules\**\*.*proj;
" />
+
+ <!-- Temporary: Avoid F# until VS 2019 build issues are resolved. -->
+ <ProjectToExclude Include="$(RepositoryRoot)src\Mvc\test\WebSites\FSharpWebSite\FSharpWebSite.fsproj" />
</ItemGroup>
<Choose>