2 lines
106 B
PowerShell
2 lines
106 B
PowerShell
|
|
# Creates a package result for the packaging pipeline
|
||
|
|
New-Package -Path $InstallDirectory -Version "1.0.0"
|