-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.psd1
More file actions
24 lines (23 loc) · 740 Bytes
/
package.psd1
File metadata and controls
24 lines (23 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@{
Root = 'c:\Users\Praktikant\Documents\GitHub\PowerShell-WebServer\WebServer.ps1'
OutputPath = 'c:\Users\Praktikant\Documents\GitHub\PowerShell-WebServer\out'
Package = @{
Enabled = $true
Obfuscate = $false
HideConsoleWindow = $false
DotNetVersion = 'v4.6.2'
FileVersion = '1.0.0'
FileDescription = ''
ProductName = ''
ProductVersion = ''
Copyright = ''
RequireElevation = $false
ApplicationIconPath = ''
PackageType = 'Console'
}
Bundle = @{
Enabled = $true
Modules = $true
# IgnoredModules = @()
}
}