Skip to content

Commit cca5969

Browse files
author
Sergey Kanzhelev
committed
create app_data
1 parent b6f9691 commit cca5969

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

PrivyFeed/App_Data/Readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Place your packages here

PrivyFeed/PrivyFeed.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
</Reference>
105105
</ItemGroup>
106106
<ItemGroup>
107+
<Content Include="App_Data\Readme.txt" />
107108
<Content Include="packages.config" />
108109
<None Include="Web.Debug.config">
109110
<DependentUpon>Web.config</DependentUpon>
@@ -123,6 +124,7 @@
123124
<Compile Include="DataServices\Routes.cs" />
124125
<Compile Include="Properties\AssemblyInfo.cs" />
125126
</ItemGroup>
127+
<ItemGroup />
126128
<PropertyGroup>
127129
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
128130
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>

PrivyFeed/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
Change the path to the packages folder. Default is ~/Packages.
8686
This can be a virtual or physical path.
8787
-->
88-
<add key="packagesPath" value="D:\home\MyPackages"/>
88+
<add key="packagesPath" value="D:\home\site\wwwroot\App_Data"/>
8989
<!--
9090
Set allowOverrideExistingPackageOnPush to false if attempts to upload a package that already exists
9191
(same id and same version) should fail.

0 commit comments

Comments
 (0)