Enable deployment tools (#18642)

Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
This commit is contained in:
Matt Mitchell 2024-02-14 06:05:17 -08:00 committed by GitHub
parent 14433ceb06
commit cb23ae9ae2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -39,7 +39,6 @@
<RepositoryReference Remove="sdk" />
<RepositoryReference Remove="aspnetcore" />
<RepositoryReference Remove="razor" />
<RepositoryReference Remove="deployment-tools" />
<RepositoryReference Remove="format" />
<RepositoryReference Remove="nuget-client" />
<RepositoryReference Remove="fsharp" />

View file

@ -7,6 +7,9 @@
<ItemGroup>
<EnvironmentVariables Include="LatestCommit=$(GitCommitHash)" />
<!-- https://github.com/dotnet/source-build/issues/4115. -->
<EnvironmentVariables Include="PublishWindowsPdb=false" />
</ItemGroup>
</Project>