This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 143143 <PackageDescriptionFile >$(SourceDir).nuget/descriptions.json</PackageDescriptionFile >
144144 <PackageLicenseFile >$(SourceDir).nuget/dotnet_library_license.txt</PackageLicenseFile >
145145 <PackageThirdPartyNoticesFile >$(SourceDir).nuget/ThirdPartyNotices.txt</PackageThirdPartyNoticesFile >
146+ <SyncInfoDirectory >$(BaseIntermediateOutputPath)</SyncInfoDirectory >
146147
147148 <!-- This should be kept in sync with package details in src/.nuget/init/project.json -->
148149 <RuntimeIdGraphDefinitionFile >$(PackagesDir)/Microsoft.NETCore.Platforms/1.0.2-beta-24224-02/runtime.json</RuntimeIdGraphDefinitionFile >
Original file line number Diff line number Diff line change 9292 </Target >
9393
9494 <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)\.., dir.targets))\dir.targets" />
95+ <ItemGroup >
96+ <!-- Add version file to packages -->
97+ <File Condition =" Exists('$(SyncInfoFile)')"
98+ Include =" $(SyncInfoFile)" >
99+ <SkipPackageFileCheck >true</SkipPackageFileCheck >
100+ </File >
101+ </ItemGroup >
95102</Project >
Original file line number Diff line number Diff line change 2525 <Project Include =" Microsoft.NETCore.ILDAsm\Microsoft.NETCore.ILDAsm.builds" />
2626 </ItemGroup >
2727
28+ <Import Project =" $(ToolsDir)versioning.targets" />
29+ <!-- Make sure we create version.txt file since it will be packaged -->
30+ <Target Name =" EnsureVersionInfoFileExists" BeforeTargets =" Build" DependsOnTargets =" CreateVersionInfoFile" />
31+
2832 <Import Project =" $(MSBuildThisFileDirectory)..\..\dir.traversal.targets" />
2933</Project >
You can’t perform that action at this time.
0 commit comments