Skip to content

Commit

Permalink
Remove "XDT_BITNESS" in "no-runtime" applicationHost.xdt
Browse files Browse the repository at this point in the history
  • Loading branch information
alrod committed Apr 30, 2019
1 parent 0393eb7 commit deb67f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.ps1
Expand Up @@ -131,6 +131,9 @@ function DownloadNupkg([string] $nupkgPath, [string[]]$from, [string[]]$to) {
function BuildPackages([bool] $isNoRuntime) {
if($isNoRuntime) {
BuildOutput ""
$applicationHost = Get-Content $buildOutput\publish.no-runtime\SiteExtensions\Functions\applicationHost.xdt
$applicationHost -replace "\\%XDT_BITNESS%","" | Out-File $buildOutput\publish.no-runtime\SiteExtensions\Functions\applicationHost.xdt

CreateZips ".no-runtime"
} else {
BuildOutput "win-x86"
Expand Down

0 comments on commit deb67f3

Please sign in to comment.