true $(MSBuildThisFileDirectory) $(MSBuildThisFileDirectory)..\DNX\ $(MSBuildProjectDirectory)\Properties\PublishProfiles\ $([System.IO.Path]::GetFileNameWithoutExtension($(PublishProfile))) $(PublishProfileRootFolder)$(PublishProfileName).pubxml $([System.IO.Path]::GetTempPath())PublishTemp $(PublishOutputPathNoTrailingSlash)\ $(GatherAllFilesToPublishDependsOn); GetRuntimeToolingPathTarget $(MSBuildProjectDirectory) wwwroot $(WebRoot) true true $(LastUsedBuildConfiguration) $(Configuration) Release $(FileSystemPublishDependsOn); GatherAllFilesToPublish; $(DockerPublishDependsOn); GatherAllFilesToPublish; $(MSDeployPublishDependsOn); GatherAllFilesToPublish; GenerateSkipRuleForAppData $(PublishOutputPath)$(WebRoot) $(DeployIisAppPath) $(MsDeployServiceUrl) $(UserName) $(Password) False Basic contentLibExtension 2 DoNotDeleteRule <_EnableRuleList>$(MsDeployDoNotDeleteRule) false false <_MSDeployUserAgentSource Condition=" '$(BuildingInsideVisualStudio)' != 'true'">$(VisualStudioVersion):CmdLine <_MSDeployUserAgentSource Condition=" '$(BuildingInsideVisualStudio)' == 'true'">$(VisualStudioVersion):PublishDialog <_MSDeployUserAgent>VS$(_MSDeployUserAgentSource) $(PackagePublishDependsOn); FileSystemPublish $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\Web\Powershell\1.0.1\default-publish.ps1)) $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\Web\Powershell\1.0.1\package.pubxml)) $(DefaultPublishDependsOn); FileSystemPublish $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\Web\Powershell\1.0.1\default-publish.ps1)) $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\Web\Powershell\1.0.1\FileSystem.pubxml)) $([System.String]::Copy('$(WebPublishProfileFile)').Replace('.pubxml','-publish.ps1')) $([System.IO.File]::ReadAllText($(PowerShellScriptFile))) $(%(_PublishProperties.Identity)) dirPath $(_Escaped_PublishOutputPath)\\App_Data$ Source true