From b8c7d7b20085efa58ee43d7cae5305131a642f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20=C5=A0taleker?= Date: Wed, 13 Mar 2024 06:02:45 +0100 Subject: [PATCH] publish --- .gitignore | 3 ++- .../docker.zapecnik.com.pubxml | 20 +++++++++++++++++++ .../docker.zapecnik.com1.pubxml | 20 +++++++++++++++++++ 3 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 ZpcBulletinBoard/Properties/PublishProfiles/docker.zapecnik.com.pubxml create mode 100644 ZpcBulletinBoard/Properties/PublishProfiles/docker.zapecnik.com1.pubxml diff --git a/.gitignore b/.gitignore index d5dca0c..6d94ca1 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ZpcBulletinBoard/Properties/PublishProfiles/docker.zapecnik.com.pubxml b/ZpcBulletinBoard/Properties/PublishProfiles/docker.zapecnik.com.pubxml new file mode 100644 index 0000000..625d86b --- /dev/null +++ b/ZpcBulletinBoard/Properties/PublishProfiles/docker.zapecnik.com.pubxml @@ -0,0 +1,20 @@ + + + + + Container + NetSdk + docker.zapecnik.com + david + latest + ContainerRegistry + Release + Any CPU + linux-x64 + 707627f1-2251-4416-a5ea-93c98d8eed1a + <_IsDockerfilePresent>true + <_TargetId>NetSdkCustomContainerRegistry + + \ No newline at end of file diff --git a/ZpcBulletinBoard/Properties/PublishProfiles/docker.zapecnik.com1.pubxml b/ZpcBulletinBoard/Properties/PublishProfiles/docker.zapecnik.com1.pubxml new file mode 100644 index 0000000..625d86b --- /dev/null +++ b/ZpcBulletinBoard/Properties/PublishProfiles/docker.zapecnik.com1.pubxml @@ -0,0 +1,20 @@ + + + + + Container + NetSdk + docker.zapecnik.com + david + latest + ContainerRegistry + Release + Any CPU + linux-x64 + 707627f1-2251-4416-a5ea-93c98d8eed1a + <_IsDockerfilePresent>true + <_TargetId>NetSdkCustomContainerRegistry + + \ No newline at end of file