Browse Source

Change target name to using BeforeTargets

pull/1728/head
Christoph Wille 6 years ago
parent
commit
7de25bc4b5
  1. 2
      ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

2
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

@ -619,7 +619,7 @@ @@ -619,7 +619,7 @@
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
</ItemGroup>
<Target Name="BeforeBuild">
<Target Name="ILSpyUpdateAssemblyInfo" BeforeTargets="BeforeBuild">
<PropertyGroup>
<UpdateAssemblyInfo>powershell -NoProfile -ExecutionPolicy Bypass -File BuildTools/update-assemblyinfo.ps1 $(Configuration)</UpdateAssemblyInfo>
</PropertyGroup>

Loading…
Cancel
Save