Skip to content

Commit 0865f46

Browse files
No separate pack step (GeneratePackageOnBuild remains)
1 parent 5c446e9 commit 0865f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@
712712
<UpdateAssemblyInfoStamp Include="obj\update-assemblyinfo-last-commit-hash.txt" />
713713
</ItemGroup>
714714

715-
<Target Name="ILSpyUpdateAssemblyInfo" BeforeTargets="BeforeBuild,GenerateSbomTarget">
715+
<Target Name="ILSpyUpdateAssemblyInfo" BeforeTargets="BeforeBuild">
716716
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
717717
<UpdateAssemblyInfo>powershell -NoProfile -ExecutionPolicy Bypass -File BuildTools/update-assemblyinfo.ps1 $(Configuration)</UpdateAssemblyInfo>
718718
<GitRevParse>git rev-parse HEAD^^{commit}</GitRevParse>

0 commit comments

Comments
 (0)