File tree 5 files changed +39
-3
lines changed
5 files changed +39
-3
lines changed Original file line number Diff line number Diff line change
1
+ This file is in the ` bin ` directory.
2
+
3
+ This directory is the primary output directory for libraries and NuGet packages when using the build system
4
+ (i.e. ` build.cmd ` or ` build.fsx ` ). It is also the target directory when building in * Release* mode inside Visual Studio.
5
+ This directory is touched by many parts of the build process.
6
+
7
+ ** It is strongly recommended that nothing be put into this directory.**
8
+
9
+ It is ** strongly advised** that the ** contents of this directory not be committed** to source control
10
+ (with the sole exception being this ` README.md ` file).
11
+
12
+ ---
13
+ NOTE:
14
+
1
15
This file is a placeholder, used to preserve directory structure in Git.
2
- It does not need to be edited.
16
+
17
+ This file does not need to be edited.
Original file line number Diff line number Diff line change
1
+ This file is in the ` lib ` directory.
2
+
3
+ Any ** libraries** on which your project depends and which are ** NOT managed via NuGet** should be kept ** in this directory** .
4
+ This typically includes custom builds of third-party software, private (i.e. to a company) codebases, and native libraries.
5
+
6
+ ---
7
+ NOTE:
8
+
1
9
This file is a placeholder, used to preserve directory structure in Git.
2
- It does not need to be edited.
10
+
11
+ This file does not need to be edited.
Original file line number Diff line number Diff line change 1
1
This file is in the ` nuget ` directory.
2
+
2
3
You should use this directory to store any artifacts required to produce a NuGet package for your project.
3
4
This typically includes a ` .nuspec ` file and some ` .ps1 ` scripts, for instance.
4
5
Additionally, this example project includes a ` .cmd ` file suitable for manual deployment of packages to http://nuget.org .
Original file line number Diff line number Diff line change 1
1
This file is in the ` packages ` directory.
2
+
2
3
Any NuGet packages on which your project depends will be downloaded to this directory.
3
4
Additionally, packages required by the build process will be stored here.
4
5
Original file line number Diff line number Diff line change
1
+ This file is in the ` temp ` directory.
2
+
3
+ This directory is used by the build process as a "scratch", or working, area.
4
+
5
+ ** It is strongly recommended that nothing be put into this directory.**
6
+
7
+ ---
8
+ NOTE:
9
+
1
10
This file is a placeholder, used to preserve directory structure in Git.
2
- It does not need to be edited.
11
+
12
+ This file does not need to be edited.
You can’t perform that action at this time.
0 commit comments