aodb/build/configuration/ConfigTransform.ps1
Martin Donnelly afe73b5baa upload
2016-12-22 00:00:06 +00:00

6 lines
133 B
PowerShell

param(
[String] $APIURL = ""
)
(get-content app.config.js.token).Replace('__APIURL__', $APIURL) | set-content app.config.js