Skip to content

Commit

Permalink
Update nuget before buidling.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaubry committed Oct 16, 2015
1 parent 76b5bda commit 2acd8f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prebuild.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ if($env:APPVEYOR_REPO_BRANCH -ne "release") {
Patch-Xml "YamlDotNet\YamlDotNet.Unsigned.nuspec" $version "/package/metadata/version/text()" @{ }
Patch-Xml "YamlDotNet\YamlDotNet.Signed.nuspec" $version "/package/metadata/version/text()" @{ }
Patch-AssemblyInfo "YamlDotNet\Properties\AssemblyInfo.cs" $version

nuget update -Self

0 comments on commit 2acd8f7

Please sign in to comment.