This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
CICD test
pull/235/head
Ramón Tomás
7 years ago
parent
573c5a026f
commit
4d7ea9460d
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
k8s/deploy.ps1
+1
-1
src/Web/WebMVC/Views/Shared/_Layout.cshtml
+ 1
- 1
k8s/deploy.ps1
View File
@ -20,7 +20,7 @@ function ExecKube($cmd) {
}
}
# No when deploying through CI VSTS
# No
t used
when deploying through CI VSTS
if
(
-not
$deployCI
)
{
$requiredCommands
=
(
"
docker
"
,
"
docker-compose
"
,
"
kubectl
"
)
foreach
(
$command
in
$requiredCommands
)
{
+ 1
- 1
src/Web/WebMVC/Views/Shared/_Layout.cshtml
View File
@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - Microsoft.eShopOnContainers.WebMVC</title>
<title>@ViewData["Title"] - Microsoft.eShopOnContainers.WebMVC
Azure
</title>
<environment names="Development">
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />
Write
Preview
Loading…
Cancel
Save