Skip to content

Commit

Permalink
Fix DNX package build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaubry committed Oct 22, 2015
1 parent 890e458 commit ed0483e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.
6 changes: 0 additions & 6 deletions YamlDotNet/YamlDotNet.Signed.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
<projectUrl>http://aaubry.net/pages/yamldotnet.html</projectUrl>
<iconUrl>http://aaubry.net/images/yamldotnet.png</iconUrl>
<tags>yaml parser development library serialization signed strongname</tags>

<dependencies>
<group targetFramework="dotnet">
<dependency id="System.Collections" version="4.0.0-beta-23409" />
</group>
</dependencies>
</metadata>
<files>
<file src="bin\Release-Signed\YamlDotNet.dll" target="lib\net35" />
Expand Down
6 changes: 0 additions & 6 deletions YamlDotNet/YamlDotNet.Unsigned.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
<projectUrl>http://aaubry.net/pages/yamldotnet.html</projectUrl>
<iconUrl>http://aaubry.net/images/yamldotnet.png</iconUrl>
<tags>yaml parser development library serialization</tags>

<dependencies>
<group targetFramework="dotnet">
<dependency id="System.Collections" version="4.0.0-beta-23409" />
</group>
</dependencies>
</metadata>
<files>
<file src="bin\Release-Unsigned\YamlDotNet.dll" target="lib\net35" />
Expand Down
4 changes: 0 additions & 4 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ $targets = "Release-Unsigned", "Release-Signed", "Release-Portable-Unsigned", "R

if($build_unity) {
$targets += "Release-UnitySubset-v35"

cd BuildUtils.UnityPrerequisites
.\install.ps1
cd ..
}

$targets |
Expand Down
4 changes: 3 additions & 1 deletion prebuild.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ Patch-Xml "YamlDotNet\YamlDotNet.Unsigned.nuspec" $version "/package/metadata/ve
Patch-Xml "YamlDotNet\YamlDotNet.Signed.nuspec" $version "/package/metadata/version/text()" @{ }
Patch-AssemblyInfo "YamlDotNet\Properties\AssemblyInfo.cs" $version

nuget update -Self
cd BuildUtils.UnityPrerequisites
.\install.ps1
cd ..

0 comments on commit ed0483e

Please sign in to comment.