Browse Source

fix build.

pull/11116/head
Dan Walmsley 3 years ago
parent
commit
51ba74fb46
  1. 3
      packages/Avalonia/Avalonia.csproj

3
packages/Avalonia/Avalonia.csproj

@ -63,6 +63,9 @@
<Import Project="..\..\build\SourceLink.props" Condition="'$(DisableSourceLink)' == ''" />
<Target Name="WriteCurrentPackageVersionProps" BeforeTargets="_GetPackageFiles">
<PropertyGroup>
<PackageVersionPropsPath>$(IntermediateOutputPath)/AvaloniaVersion.props</PackageVersionPropsPath>
</PropertyGroup>
<WriteLinesToFile
File="$(PackageVersionPropsPath)"
Overwrite="true"

Loading…
Cancel
Save