6 строки
179 B
PowerShell
6 строки
179 B
PowerShell
|
#
|
||
|
# Publish the cross-platform parts of the SDK as standalone executables
|
||
|
#
|
||
|
. .\scripts\bootstrap.ps1
|
||
|
invoke-psake -buildFile .\scripts\psake-build.ps1 -taskList Publish.Archives
|