18 lines
798 B
XML
18 lines
798 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
|
|
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
|
|
-->
|
|
<Project>
|
|
<PropertyGroup>
|
|
<WebPublishMethod>Custom</WebPublishMethod>
|
|
<DockerPublish>true</DockerPublish>
|
|
<RegistryUrl>https://registry.unov.be</RegistryUrl>
|
|
<UserName />
|
|
<PublishImageTag>latest</PublishImageTag>
|
|
<PublishProvider>ContainerRegistry</PublishProvider>
|
|
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
|
<ProjectGuid>042e0bc4-8dcf-4eec-8420-c71aa85d4d99</ProjectGuid>
|
|
</PropertyGroup>
|
|
</Project> |