Skip to content

Commit ea8bf94

Browse files
committed
chore: cleanup powershell code based on working on pwsh more
- Cleanup so it's less brittle and doesn't rely on psframework for basics. - Pester migration to 5 broke the tests as is, so this instead focuses on making it just invoke pester. - General tidy/update of the settings.
1 parent 9c3ee02 commit ea8bf94

File tree

12 files changed

+390
-145
lines changed

12 files changed

+390
-145
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Created by https://www.toptal.com/developers/gitignore/api/macos,terraform,windows,powershell,linux
32
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,terraform,windows,powershell,linux
43

@@ -26,7 +25,6 @@
2625
# Icon must end with two \r
2726
Icon
2827

29-
3028
# Thumbnails
3129
._*
3230

@@ -111,7 +109,9 @@ $RECYCLE.BIN/
111109

112110
# End of https://www.toptal.com/developers/gitignore/api/macos,terraform,windows,powershell,linux
113111

114-
115112
packages/
116113
artifacts/
117114
*.clixml
115+
.artifacts
116+
.cache/
117+
*.DS_Store

0 commit comments

Comments
 (0)