Created
June 29, 2024 16:56
-
-
Save chrishutchison9/6885c3b779d14839bc0fa5111c46f6d6 to your computer and use it in GitHub Desktop.
visual studio dockerhub publish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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