We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573c5a0 commit 4d7ea94Copy full SHA for 4d7ea94
2 files changed
k8s/deploy.ps1
@@ -20,7 +20,7 @@ function ExecKube($cmd) {
20
}
21
22
23
-# No when deploying through CI VSTS
+# Not used when deploying through CI VSTS
24
if(-not $deployCI) {
25
$requiredCommands = ("docker", "docker-compose", "kubectl")
26
foreach ($command in $requiredCommands) {
src/Web/WebMVC/Views/Shared/_Layout.cshtml
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="utf-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>@ViewData["Title"] - Microsoft.eShopOnContainers.WebMVC</title>
+ <title>@ViewData["Title"] - Microsoft.eShopOnContainers.WebMVC Azure</title>
7
8
<environment names="Development">
9
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />
0 commit comments