File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change
1
+ Place your packages here
Original file line number Diff line number Diff line change 104
104
</Reference >
105
105
</ItemGroup >
106
106
<ItemGroup >
107
+ <Content Include =" App_Data\Readme.txt" />
107
108
<Content Include =" packages.config" />
108
109
<None Include =" Web.Debug.config" >
109
110
<DependentUpon >Web.config</DependentUpon >
123
124
<Compile Include =" DataServices\Routes.cs" />
124
125
<Compile Include =" Properties\AssemblyInfo.cs" />
125
126
</ItemGroup >
127
+ <ItemGroup />
126
128
<PropertyGroup >
127
129
<VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
128
130
<VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
Original file line number Diff line number Diff line change 85
85
Change the path to the packages folder. Default is ~/Packages.
86
86
This can be a virtual or physical path.
87
87
-->
88
- <add key =" packagesPath" value =" D:\home\MyPackages " />
88
+ <add key =" packagesPath" value =" D:\home\site\wwwroot\App_Data " />
89
89
<!--
90
90
Set allowOverrideExistingPackageOnPush to false if attempts to upload a package that already exists
91
91
(same id and same version) should fail.
You can’t perform that action at this time.
0 commit comments