Skip to content

Commit

Permalink
Merge System.Runtime.InteropServices.RuntimeInformation into executab…
Browse files Browse the repository at this point in the history
…le files
  • Loading branch information
odinserj committed Aug 19, 2024
1 parent 1a92039 commit ce8fab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psake-project.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Task Publish -Depends Clean -Description "Compile all the projects in a solution
}

Task Merge -Depends Publish -Description "Run ILMerge /internalize to merge assemblies." {
Repack-Exe @("stdump", "net461\win7-x86") @("Microsoft.Diagnostics.Runtime", "Microsoft.Extensions.CommandLineUtils", "System.Collections.Immutable", "System.Memory", "System.Runtime.CompilerServices.Unsafe", "System.Buffers", "System.Reflection.Metadata")
Repack-Exe @("stdump", "net461\win7-x64") @("Microsoft.Diagnostics.Runtime", "Microsoft.Extensions.CommandLineUtils", "System.Collections.Immutable", "System.Memory", "System.Runtime.CompilerServices.Unsafe", "System.Buffers", "System.Reflection.Metadata")
Repack-Exe @("stdump", "net461\win7-x86") @("Microsoft.Diagnostics.Runtime", "Microsoft.Extensions.CommandLineUtils", "System.Collections.Immutable", "System.Memory", "System.Runtime.CompilerServices.Unsafe", "System.Buffers", "System.Reflection.Metadata", "System.Runtime.InteropServices.RuntimeInformation")
Repack-Exe @("stdump", "net461\win7-x64") @("Microsoft.Diagnostics.Runtime", "Microsoft.Extensions.CommandLineUtils", "System.Collections.Immutable", "System.Memory", "System.Runtime.CompilerServices.Unsafe", "System.Buffers", "System.Reflection.Metadata", "System.Runtime.InteropServices.RuntimeInformation")
}

Task Collect -Depends Merge -Description "Copy all artifacts to the build folder." {
Expand Down

0 comments on commit ce8fab6

Please sign in to comment.