0

I am trying to make a continuous deployment of dotnet core 2.0 app in visual studio 2017 community as per https://channel9.msdn.com/Events/Visual-Studio/Visual-Studio-2017-Launch/T115

The given options are specified in that video are like this

But when i try

there is no azure container registry and azure container service.

How to specify these two options. Please help.

developer
  • 77
  • 8

1 Answers1

0

While creating a project, make sure you Enable Docker Support as shown below.

enter image description here

CHEEKATLAPRADEEP
  • 12,191
  • 1
  • 19
  • 42
  • thank you for your answer, i have selected earlier and OS is linux, it is running in docker while debugging locally. – developer Nov 25 '17 at 16:07
  • @developer After selecting Enable Docker support, while publishing the project you will get the options. – CHEEKATLAPRADEEP Nov 25 '17 at 16:23
  • at publish screen also the options are not provided. Is there any difference to community and other version of VSTS. Thank you – developer Nov 25 '17 at 16:31
  • @developer I'm using VS 2017 community edition and it working fine. Which version are you using? – CHEEKATLAPRADEEP Nov 25 '17 at 17:15
  • I am unable to do this through Visual studio. Finally made some progress with the help of https://www.youtube.com/watch?v=YRVGnhHzb7E. Thank you. – developer Nov 25 '17 at 19:01