Browse Source

Removing automatic nuget package build

Sebastien Ros 11 years ago
parent
commit
4d01e99003
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Jint/Jint.csproj

+ 2 - 2
Jint/Jint.csproj

@@ -194,8 +194,8 @@
   </ItemGroup>
   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
   <PropertyGroup>
-    <PostBuildEvent>md "$(SolutionDir)build"
-"$(SolutionDir).nuget\nuget.exe" pack "$(ProjectPath)" -Prop Configuration=Release -OutputDirectory "$(SolutionDir)build"</PostBuildEvent>
+    <PostBuildEvent>
+    </PostBuildEvent>
   </PropertyGroup>
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.