Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit a161d3d

Browse files
add environment configuration
1 parent ff78506 commit a161d3d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
2+
3+
<!-- MSBuild.MSBNuget MSBuild properties with 'noe.Core.NugetPackages' default values -->
4+
<PropertyGroup Label="Package Creation Configuration Settings">
5+
<NugetPublishToReleaseFolder Condition="'$(NugetPublishToReleaseFolder)'==''">true</NugetPublishToReleaseFolder>
6+
<NugetPublishToLocalNugetFeed Condition="'$(NugetPublishToLocalNugetFeed)'==''">true</NugetPublishToLocalNugetFeed>
7+
8+
<NugkgPublishLocalNugetFeedFolder Condition="'$(NugkgPublishLocalNugetFeedFolder)'==''">D:\Documents\SkyDrive\Development\_Galleries\nuget\MSBuild\</NugkgPublishLocalNugetFeedFolder>
9+
<NugkgPublishReleaseFolder Condition="'$(NugkgPublishReleaseFolder)'==''">$(MSBuildProjectDirectory)\..\..\Releases\</NugkgPublishReleaseFolder>
10+
</PropertyGroup>
11+
12+
</Project>

0 commit comments

Comments
 (0)