azure-batch-software-entitl.../build-windows.ps1

11 строки
244 B
PowerShell

#
# Build native components for Windows
#
param (
[ValidateSet('Release', 'Debug')]
$configuration = "Debug"
)
. .\scripts\bootstrap.ps1
invoke-psake -buildFile .\scripts\psake-build.ps1 -taskList Request.$configuration, Build.Windows