This repository was archived by the owner on Jan 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeploy.nuspec
More file actions
38 lines (38 loc) · 1.91 KB
/
Copy pathdeploy.nuspec
File metadata and controls
38 lines (38 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version='1.0'?>
<package xmlns='http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd'>
<metadata>
<id>vaultopia</id>
<version>0.0.1</version>
<title>Vaultopia</title>
<summary></summary>
<authors>Team Foxtrot</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Vaultopia</description>
</metadata>
<files>
<file src='Vaultopia.Web\bin\**\*.*' target='bin' />
<file src='Vaultopia.Web\Views\**\*.*' target='Views' />
<file src='Vaultopia.Web\App_Data\**\*.*' target='App_Data' />
<file src='Vaultopia.Web\Static\**\*.*' target='Static' />
<file src='Vaultopia.Web\Resources\**\*.*' target='Resources' />
<file src='Vaultopia.Web\Plugins\**\*.*' target='Plugins' />
<file src='Vaultopia.Web\Scripts\**\*.*' target='Scripts' />
<file src='Vaultopia.Web\lang\**\*.*' target='lang' />
<file src='Vaultopia.Web\modules\**\*.*' target='modules' />
<!-- <file src='Vaultopia.Web\modulesbin\**\*.*' target='modulesbin' /> -->
<file src='Vaultopia.Web\Global.asax' target='' />
<file src='Vaultopia.Web\web.config' target='' />
<file src='Vaultopia.Web\web.IV-Demo.config' target='' />
<file src='Vaultopia.Web\imagevault.client.config' target='' />
<file src='Vaultopia.Web\EPiServerLog.config' target='' />
<file src='Vaultopia.Web\EPiServerFramework.config' target='' />
<file src='Vaultopia.Web\episerver.config' target='' />
<file src='Vaultopia.Web\packages.config' target='' />
<file src='Vaultopia.Web\robots.txt' target='' />
<file src='Vaultopia.Web\connectionStrings.config' target='' />
<file src='Vaultopia.Web\connectionStrings.QA.config' target='' />
<file src='Vaultopia.Web\connectionStrings.UAT.config' target='' />
<file src='Vaultopia.Web\connectionStrings.IV-Demo.config' target='' />
<file src='conformance-uris.txt' target='' />
</files>
</package>