Skip to content

Commit

Permalink
Fixing issues with nuget package building
Browse files Browse the repository at this point in the history
  • Loading branch information
jweber committed May 6, 2016
1 parent 805a5f1 commit 7903810
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@
end

desc 'Creates the nuspec file'
nugets_pack :pack => ['build:all'] do |p|
nugets_pack :pack => ['clean', 'build:all'] do |p|
mkpath ARTIFACTS_PATH unless Dir.exists? ARTIFACTS_PATH

p.configuration = 'Release'
p.target = 'net45'
p.files = FileList['source/WcfClientProxyGenerator/WcfClientProxyGenerator.csproj']
Expand Down
2 changes: 2 additions & 0 deletions source/WcfClientProxyGenerator/WcfClientProxyGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>bin\Release\WcfClientProxyGenerator.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<DefineConstants>NET45</DefineConstants>
Expand Down

0 comments on commit 7903810

Please sign in to comment.