Skip to content

Commit 4d7ea94

Browse files
committed
CICD test
1 parent 573c5a0 commit 4d7ea94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

k8s/deploy.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function ExecKube($cmd) {
2020
}
2121
}
2222

23-
# No when deploying through CI VSTS
23+
# Not used when deploying through CI VSTS
2424
if(-not $deployCI) {
2525
$requiredCommands = ("docker", "docker-compose", "kubectl")
2626
foreach ($command in $requiredCommands) {

src/Web/WebMVC/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>@ViewData["Title"] - Microsoft.eShopOnContainers.WebMVC</title>
6+
<title>@ViewData["Title"] - Microsoft.eShopOnContainers.WebMVC Azure</title>
77

88
<environment names="Development">
99
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />

0 commit comments

Comments
 (0)