Skip to content

Commit

Permalink
build script + nuggie
Browse files Browse the repository at this point in the history
  • Loading branch information
mookid8000 committed Oct 5, 2015
1 parent 233cd77 commit 4818297
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions GoCommando/GoCommando.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -28,6 +30,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\GoCommando.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down
6 changes: 5 additions & 1 deletion Package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>GoCommando</id>
<version>1.0</version>
<version>0.90.0</version>
<authors>Mogens Heller Grabe</authors>
<owners>Mogens Heller Grabe</owners>
<licenseUrl>http://en.wikipedia.org/wiki/Beerware</licenseUrl>
Expand All @@ -14,4 +14,8 @@
<!--<dependency id="SampleDependency" version="1.0" />-->
</dependencies>
</metadata>
<files>
<file src="GoCommando\bin\Release\GoCommando.dll" target="lib\NET45" />
<file src="GoCommando\bin\Release\GoCommando.xml" target="lib\NET45" />
</files>
</package>
2 changes: 2 additions & 0 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
msbuild GoCommando\GoCommando.csproj -P:Configuration=Release
nuget\nuget pack Package.nuspec -out c:\temp

0 comments on commit 4818297

Please sign in to comment.