This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 | |
00:00:20,286 --> 00:00:22,622 | |
(チャイム) | |
2 | |
2 | |
00:00:25,325 --> 00:00:28,795 | |
(ヴィーネ) | |
ん んん~ お昼かあ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2018-01-11T06:39:24.171Z","extensionVersion":"v2.8.7"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$webdeploy = "C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\msdeploy.exe" | |
$location = Get-Location | Select-Object $_.Path | |
$packOutput = Join-Path $location "bin\Release\netcoreapp1.1\publish" | |
$app_offline = Join-Path $location "app_offline-template.htm" | |
$iisApp = "..." | |
$computerName = "..." | |
$username = "..." | |
$password = "..." |