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:
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>2020-03-15 23:19:09 +0300
committerGitHub <noreply@github.com>2020-03-15 23:19:09 +0300
commit570fa1d2ae39b2c85cd882815bf41353fed91d4b (patch)
tree55b03926d69546815e8617d9182a5cc7466dd8cb /eng/versioning.targets
parent1bce90ddc4de26819b51cc1be310cd219287ebc2 (diff)
Fixing the sourcelink failure for embeded files (#33521)
* fixing sourcelink * enable sourcelink on official build * addressing feedback * removing extra space * reverting eng common change * adding comment * moving comment to correct place * not embedding files for test assemblies
Diffstat (limited to 'eng/versioning.targets')
-rw-r--r--eng/versioning.targets1
1 files changed, 1 insertions, 0 deletions
diff --git a/eng/versioning.targets b/eng/versioning.targets
index 25210133679..e089b0765b3 100644
--- a/eng/versioning.targets
+++ b/eng/versioning.targets
@@ -69,6 +69,7 @@
<!-- Note: ReferenceAssemblies.targets still uses @(AssemblyInfoLines) as well. So if you remove this, those need to migrate too. -->
<Target Name="_WriteNonStringAssemblyInfoAttributes"
AfterTargets="CoreGenerateAssemblyInfo"
+ BeforeTargets="BeforeCompile;CoreCompile"
Inputs="$(MSBuildProjectFile)"
Outputs="$(AssemblyInfoFile)">