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.
1 parent 35202de commit 80cad83Copy full SHA for 80cad83
package.psd1
@@ -0,0 +1,24 @@
1
+@{
2
+ Root = 'c:\Users\Praktikant\Documents\GitHub\PowerShell-WebServer\WebServer.ps1'
3
+ OutputPath = 'c:\Users\Praktikant\Documents\GitHub\PowerShell-WebServer\out'
4
+ Package = @{
5
+ Enabled = $true
6
+ Obfuscate = $false
7
+ HideConsoleWindow = $false
8
+ DotNetVersion = 'v4.6.2'
9
+ FileVersion = '1.0.0'
10
+ FileDescription = ''
11
+ ProductName = ''
12
+ ProductVersion = ''
13
+ Copyright = ''
14
+ RequireElevation = $false
15
+ ApplicationIconPath = ''
16
+ PackageType = 'Console'
17
+ }
18
+ Bundle = @{
19
20
+ Modules = $true
21
+ # IgnoredModules = @()
22
23
24
+
0 commit comments