We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 885be9c + ad76f76 commit d832ed3Copy full SHA for d832ed3
templates/PSFProject/þnameþ/internal/scripts/postimport.ps1
@@ -1,4 +1,5 @@
1
# Add all things you want to run after importing the main code
2
+# If you add entries to this file, you aslo need to edit the .\build\filesAfter.txt
3
4
# Load Configurations
5
foreach ($file in (Get-ChildItem "$ModuleRoot\internal\configurations\*.ps1" -ErrorAction Ignore)) {
templates/PSFProject/þnameþ/internal/scripts/preimport.ps1
@@ -1 +1,2 @@
-# Add all things you want to run before importing the main code
+# Add all things you want to run before importing the main code
+# If you add entries to this file, you also need to edit the .\build\filesBefore.txt
0 commit comments