publish
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -185,7 +185,8 @@ publish/
|
||||
*.azurePubxml
|
||||
# Note: Comment the next line if you want to checkin your web deploy settings,
|
||||
# but database connection strings (with potential passwords) will be unencrypted
|
||||
*.pubxml
|
||||
#Uposevamo publish profile
|
||||
#*.pubxml
|
||||
*.publishproj
|
||||
|
||||
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<WebPublishMethod>Container</WebPublishMethod>
|
||||
<ContainerPublishMethod>NetSdk</ContainerPublishMethod>
|
||||
<RegistryUrl>docker.zapecnik.com</RegistryUrl>
|
||||
<UserName>david</UserName>
|
||||
<PublishImageTag>latest</PublishImageTag>
|
||||
<PublishProvider>ContainerRegistry</PublishProvider>
|
||||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
|
||||
<ProjectGuid>707627f1-2251-4416-a5ea-93c98d8eed1a</ProjectGuid>
|
||||
<_IsDockerfilePresent>true</_IsDockerfilePresent>
|
||||
<_TargetId>NetSdkCustomContainerRegistry</_TargetId>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<WebPublishMethod>Container</WebPublishMethod>
|
||||
<ContainerPublishMethod>NetSdk</ContainerPublishMethod>
|
||||
<RegistryUrl>docker.zapecnik.com</RegistryUrl>
|
||||
<UserName>david</UserName>
|
||||
<PublishImageTag>latest</PublishImageTag>
|
||||
<PublishProvider>ContainerRegistry</PublishProvider>
|
||||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
|
||||
<ProjectGuid>707627f1-2251-4416-a5ea-93c98d8eed1a</ProjectGuid>
|
||||
<_IsDockerfilePresent>true</_IsDockerfilePresent>
|
||||
<_TargetId>NetSdkCustomContainerRegistry</_TargetId>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user