Igor Sychev fda16ba617 dotnet restore not needed in cli 2.0
"Starting with .NET Core 2.0 SDK, dotnet restore runs implicitily when you run dotnet build." (C) https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-build?tabs=netcore2x
2017-09-07 08:00:11 +03:00
..
2017-08-01 10:10:22 +02:00
2017-08-10 09:07:33 +02:00
2017-08-01 10:24:00 +02:00
2017-06-19 19:01:00 +02:00
2017-04-11 13:38:19 -07:00
2017-08-01 10:12:14 +02:00
2017-08-11 08:42:35 +02:00
2017-09-03 11:51:18 +03:00

Kubernetes (k8s) deploy information

This folder contains files needed to create a ACS with Kubernetes in Azure and to deploy eShopServices in a existing Kubernetes:

  • gen-k8s-env.ps1 Script to create a ACS with Kubernetes in Azure
  • deploy.ps1 Script to deploy eShopOnContainers in a existing k8s

Refer to file README.k8s.md for detailed information

Refer to file README.CICD.k8s.md for information about how to set a VSTS build for deploying on k8s

Refer to file conf-files.md for a brief description of every YAML file in this folder