Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save chrishutchison9/6885c3b779d14839bc0fa5111c46f6d6 to your computer and use it in GitHub Desktop.

Select an option

Save chrishutchison9/6885c3b779d14839bc0fa5111c46f6d6 to your computer and use it in GitHub Desktop.
visual studio dockerhub publish
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<WebPublishMethod>Container</WebPublishMethod>
<ContainerPublishMethod>NetSdk</ContainerPublishMethod>
<ContainerRepository>9kit/test</ContainerRepository>
<RegistryUrl>index.docker.io</RegistryUrl>
<UserName>9kit</UserName>
<PublishImageTag>latest</PublishImageTag>
<PublishProvider>ContainerRegistry</PublishProvider>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
<ProjectGuid>9f221ded-210c-4907-be8a-7d0d489f9f70</ProjectGuid>
<_IsDockerfilePresent>true</_IsDockerfilePresent>
<_TargetId>NetSdkDockerContainerRegistry</_TargetId>
</PropertyGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment