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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2021-05-20 09:28:04 +0300
committerGitHub <noreply@github.com>2021-05-20 09:28:04 +0300
commit0d27b099bd9d751b45f30cc7be243571e9b87de2 (patch)
treec896e946fd6ea40f06d1a2e38e30b5a2c6826a1b /Build.proj
parent9796ac9fb97be3c9bfb31ecadce24310e7fcf488 (diff)
React to MSBuild Traversal and NoTargets SDK updates (#52895)
* Remove custom rebuild entry point in Build.proj The rebuild target was added into the Traversal SDK here: https://github.com/microsoft/MSBuildSdks/commit/fd7660d62b139f282926d98212b7aeb3e6460daa#diff-ad560c0828c6bab536a01e43bb052bfce14a959b8df2c3f89cccfca0b399681c * Update global.json * Update global.json * Update native-binplace.proj * Update externals.csproj * Update native-binplace.proj * Update native-binplace.proj * Default tfm for NoTargets projects * Don't run GenFacades on ApiCompat.proj * ApiCompat fix and packaging cleanup * Fixes * Only set if not multi-targeting
Diffstat (limited to 'Build.proj')
-rw-r--r--Build.proj5
1 files changed, 1 insertions, 4 deletions
diff --git a/Build.proj b/Build.proj
index 28444c19ca6..bff94b97a7a 100644
--- a/Build.proj
+++ b/Build.proj
@@ -7,9 +7,6 @@
<ProjectReference Include="$(RepoTasksDir)tasks.proj" Condition="'$(MSBuildRestoreSessionId)' != ''" />
</ItemGroup>
- <!-- Custom arcade target which isn't available in Microsoft.Build.Traversal. -->
- <Target Name="Rebuild" DependsOnTargets="Clean;Build" />
-
<Import Project="$(RepositoryEngineeringDir)SubsetValidation.targets" />
<!-- Upfront restore hooks -->
@@ -21,4 +18,4 @@
<MSBuild Projects="$(RepoTasksDir)tasks.proj"
Targets="BuildIncrementally" />
</Target>
-</Project> \ No newline at end of file
+</Project>