Differences
This shows you the differences between the selected revisions of the page.
2019-04-25 | 2019-07-25 | ||
5.12 Bug 1589 – Use SHA-256 host key fingerprints (martin) | 5.14.2 Change: Renamed RemotePath.CombinePaths to RemotePath.Combine (martin) | ||
Line 261: | Line 261: | ||
string backupPath = | string backupPath = | ||
- | RemotePath.CombinePaths( | + | RemotePath.Combine( |
session.HomePath, | session.HomePath, | ||
"backup/" + Environment.GetEnvironmentVariable("WEBJOBS_RUN_ID")); | "backup/" + Environment.GetEnvironmentVariable("WEBJOBS_RUN_ID")); |