summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorCarl Smedstad2023-08-02 09:24:53 +0200
committerCarl Smedstad2023-08-03 17:27:19 +0200
commit66629c518e26b63ed3eb58a30061594f6673ae7b (patch)
treeaa2dc8a215596883b3b3a0e8bd2ad4f127bfcf89 /.gitignore
parentf4b3289cc24746032c4fa4d89fd19ba0e145324a (diff)
downloadaur-66629c518e26b63ed3eb58a30061594f6673ae7b.tar.gz
Publish version 7.3.6-1 - Major refactoring
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 228a5c4ad766..12525583d459 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
!.SRCINFO
!Microsoft.PowerShell.SDK.csproj.TypeCatalog.targets
!version-from-environment-variable.patch
+!skip-distro-check.patch