Sfoglia il codice sorgente

Added publish profile for deploy API on 105 server

feature/added_google_login^2
Safet Purkovic 3 anni fa
parent
commit
70b7b3f2a2

+ 12
- 0
Diligent.WebAPI.Host/.config/dotnet-tools.json Vedi File

@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "6.0.10",
"commands": [
"dotnet-ef"
]
}
}
}

+ 1
- 0
Diligent.WebAPI.Host/Diligent.WebAPI.Host.csproj.user Vedi File

@@ -4,6 +4,7 @@
<Controller_SelectedScaffolderID>ApiControllerWithActionsScaffolder</Controller_SelectedScaffolderID>
<Controller_SelectedScaffolderCategoryPath>root/Common/Api</Controller_SelectedScaffolderCategoryPath>
<ActiveDebugProfile>IIS Express</ActiveDebugProfile>
<NameOfLastUsedPublishProfile>IISProfile</NameOfLastUsedPublishProfile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>

+ 26
- 0
Diligent.WebAPI.Host/Properties/PublishProfiles/IISProfile.pubxml Vedi File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<WebPublishMethod>MSDeploy</WebPublishMethod>
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<SiteUrlToLaunchAfterPublish>http://192.168.88.105:5036/</SiteUrlToLaunchAfterPublish>
<ExcludeApp_Data>false</ExcludeApp_Data>
<ProjectGuid>cba426e3-0cb5-4096-9bf2-57f8dcca785b</ProjectGuid>
<SelfContained>false</SelfContained>
<MSDeployServiceURL>http://192.168.88.105</MSDeployServiceURL>
<DeployIisAppPath>HRCenterDev</DeployIisAppPath>
<RemoteSitePhysicalPath />
<SkipExtraFilesOnServer>true</SkipExtraFilesOnServer>
<MSDeployPublishMethod>RemoteAgent</MSDeployPublishMethod>
<EnableMSDeployBackup>true</EnableMSDeployBackup>
<EnableMsDeployAppOffline>true</EnableMsDeployAppOffline>
<UserName />
<_SavePWD>false</_SavePWD>
<_TargetId>IISWebDeploy</_TargetId>
</PropertyGroup>
</Project>

+ 12
- 0
Diligent.WebAPI.Host/Properties/PublishProfiles/IISProfile.pubxml.user Vedi File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<TimeStampOfAssociatedLegacyPublishXmlFile />
<EncryptedPassword />
<History>True|2022-10-25T18:20:36.0550404Z;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>

Loading…
Annulla
Salva