Enable src/Components to build (#4367)
Fix aspnet/AspNetCore-Internal#1443
This commit is contained in:
parent
361eaf0b87
commit
c7d6364900
|
|
@ -30,14 +30,14 @@
|
|||
<PackageArtifact Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" Category="ship" />
|
||||
<PackageArtifact Include="Microsoft.AspNetCore.AzureAppServicesIntegration" Category="ship" />
|
||||
|
||||
<!-- <PackageArtifact Include="Microsoft.AspNetCore.Blazor.Cli" Category="noship" />
|
||||
<PackageArtifact Include="Microsoft.AspNetCore.Blazor.Templates" Category="noship" />
|
||||
<PackageArtifact Include="Microsoft.AspNetCore.Components" Category="noship" />
|
||||
<PackageArtifact Include="Microsoft.AspNetCore.Components.Analyzers" Category="noship" />
|
||||
<PackageArtifact Include="Microsoft.AspNetCore.Components.Browser" Category="noship" />
|
||||
<PackageArtifact Include="Microsoft.AspNetCore.Components.Build" Category="noship" />
|
||||
<PackageArtifact Include="Microsoft.AspNetCore.Components.Razor.Extensions" Category="noship" />
|
||||
<PackageArtifact Include="Microsoft.AspNetCore.Components.Server" Category="noship" /> -->
|
||||
<PackageArtifact Include="Microsoft.AspNetCore.Blazor.Cli" Category="ship" />
|
||||
<PackageArtifact Include="Microsoft.AspNetCore.Blazor.Templates" Category="ship" />
|
||||
<PackageArtifact Include="Microsoft.AspNetCore.Components" Category="ship" />
|
||||
<PackageArtifact Include="Microsoft.AspNetCore.Components.Analyzers" Category="ship" />
|
||||
<PackageArtifact Include="Microsoft.AspNetCore.Components.Browser" Category="ship" />
|
||||
<PackageArtifact Include="Microsoft.AspNetCore.Components.Build" Category="ship" />
|
||||
<PackageArtifact Include="Microsoft.AspNetCore.Components.Razor.Extensions" Category="ship" />
|
||||
<PackageArtifact Include="Microsoft.AspNetCore.Components.Server" Category="ship" />
|
||||
|
||||
<PackageArtifact Include="Microsoft.AspNetCore.DataProtection.AzureKeyVault" Category="ship" />
|
||||
<PackageArtifact Include="Microsoft.AspNetCore.DataProtection.AzureStorage" Category="ship" />
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
<RepositoryBuildOrder Include="MusicStore" Order="16" RootPath="$(RepositoryRoot)src\MusicStore\" />
|
||||
<RepositoryBuildOrder Include="SignalR" Order="16" RootPath="$(RepositoryRoot)src\SignalR\" />
|
||||
<RepositoryBuildOrder Include="AuthSamples" Order="16" RootPath="$(RepositoryRoot)src\AuthSamples\" />
|
||||
<!-- <RepositoryBuildOrder Include="Components" Order="17 RootPath="$(RepositoryRoot)src\Components\" /> -->
|
||||
<RepositoryBuildOrder Include="Components" Order="17" RootPath="$(RepositoryRoot)src\Components\" />
|
||||
<RepositoryBuildOrder Include="Templating" Order="18" RootPath="$(RepositoryRoot)src\Templating\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
<Repository Include="Antiforgery" RootPath="$(RepositoryRoot)src\Antiforgery\" />
|
||||
<Repository Include="AzureIntegration" RootPath="$(RepositoryRoot)src\AzureIntegration\" />
|
||||
<Repository Include="BasicMiddleware" />
|
||||
<!-- <Repository Include="Components" RootPath="$(RepositoryRoot)src\Components\" /> -->
|
||||
<Repository Include="Components" RootPath="$(RepositoryRoot)src\Components\" />
|
||||
<Repository Include="CORS" RootPath="$(RepositoryRoot)src\CORS\" />
|
||||
<Repository Include="HttpSysServer" RootPath="$(RepositoryRoot)src\HttpSysServer\" />
|
||||
<Repository Include="Identity" />
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<!-- Intentionally does not import parent Directory.Build.props file to isolate templates projects from the rest of the repo -->
|
||||
<Project>
|
||||
<Import Project="$(MSBuildThisFileDirectory)..\..\..\..\build\dependencies.props" />
|
||||
<Import Project="$(MSBuildThisFileDirectory)..\..\..\..\build\sources.props" />
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue