We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c446e9 commit 0865f46Copy full SHA for 0865f46
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj
@@ -712,7 +712,7 @@
712
<UpdateAssemblyInfoStamp Include="obj\update-assemblyinfo-last-commit-hash.txt" />
713
</ItemGroup>
714
715
- <Target Name="ILSpyUpdateAssemblyInfo" BeforeTargets="BeforeBuild,GenerateSbomTarget">
+ <Target Name="ILSpyUpdateAssemblyInfo" BeforeTargets="BeforeBuild">
716
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
717
<UpdateAssemblyInfo>powershell -NoProfile -ExecutionPolicy Bypass -File BuildTools/update-assemblyinfo.ps1 $(Configuration)</UpdateAssemblyInfo>
718
<GitRevParse>git rev-parse HEAD^^{commit}</GitRevParse>
0 commit comments