24 lines
727 B
PowerShell
24 lines
727 B
PowerShell
@{
|
|
ProjectPath = "..\RpgRoller\RpgRoller.csproj"
|
|
Configuration = "Release"
|
|
Runtime = "win-x64"
|
|
PublishDir = "%TEMP%\RpgRoller-publish"
|
|
SelfContained = $false
|
|
|
|
WinScpPath = "C:\Users\frank\AppData\Local\Programs\WinSCP\WinSCP.com"
|
|
RemoteDir = "/httpdocs/rpgroller"
|
|
BasePath = "/rpgroller"
|
|
FtpHost = "xTr1m.com"
|
|
FtpUser = "xTr1m"
|
|
|
|
RecycleAppPool = $true
|
|
AppPoolName = "xTr1m.com(domain)(4.0)(pool)"
|
|
WinRmComputer = "xTr1m.com"
|
|
WinRmCredentialUser = "Administrator"
|
|
UseWinRmHttps = $true
|
|
WinRmAuth = "Basic"
|
|
|
|
RunEfMigrations = $false
|
|
RemoteSitePath = "C:\Inetpub\vhosts\xTr1m.com\httpdocs\rpgroller"
|
|
}
|