Ensure shared framework metadata files are generated on build (#6407)
This commit is contained in:
parent
7cd7820274
commit
dc206b747e
|
|
@ -71,7 +71,7 @@
|
||||||
<WriteLinesToFile File="$(SvgBadgeOutputPath)" Lines="$(SvgBadgeContent)" Overwrite="true" />
|
<WriteLinesToFile File="$(SvgBadgeOutputPath)" Lines="$(SvgBadgeContent)" Overwrite="true" />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="Build" DependsOnTargets="PrepareForBuild;ResolveProjectReferences;GetTargetPath">
|
<Target Name="Build" DependsOnTargets="PrepareForBuild;ResolveProjectReferences;GetTargetPath;GenerateMetadataFiles">
|
||||||
<DownloadFile Condition=" ! Exists('$(DotNetRuntimeArchive)')"
|
<DownloadFile Condition=" ! Exists('$(DotNetRuntimeArchive)')"
|
||||||
SourceUrl="$(DotNetRuntimeDownloadUrl)$(DotNetAssetRootAccessTokenSuffix)"
|
SourceUrl="$(DotNetRuntimeDownloadUrl)$(DotNetAssetRootAccessTokenSuffix)"
|
||||||
DestinationFolder="$(BaseIntermediateOutputPath)"
|
DestinationFolder="$(BaseIntermediateOutputPath)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue