summarylogtreecommitdiffstats
path: root/Microsoft.PowerShell.SDK.csproj.TypeCatalog.targets
AgeCommit message (Collapse)Author
2023-08-03Publish version 7.3.6-1 - Major refactoringCarl Smedstad
I've reviewed the package thoroughly and ended up making some major changes: * Removed separate build of PowerShell-Native, the artifacts we built were unused and the ones fetched NuGet was installed. Building PowerShell-Native as a separate package to depend on is something that might be considered for the future. * I've closely examined the build script upstream uses (build.psm1) and tried to replicate that build process as closely as possible. * I've replaced the old test suites with upstream's PowerShell suite. This suite does take around 5 minutes but, as these tests thoroughly test the core functionality of the package, I consider it worthwhile.
2019-04-24move heredoc into fileKyle Sferrazza