diff --git a/Build.ps1 b/Build.ps1 index a42982f..43ae3ee 100644 --- a/Build.ps1 +++ b/Build.ps1 @@ -39,8 +39,8 @@ function Invoke-NuGetPackProj($csproj) function Invoke-NuGetPackSpec($nuspec, $version) { - md "..\Build\NuGet" - nuget pack $nuspec -Version $version -OutputDirectory ..\Build\NuGet + + nuget pack $nuspec -Version $version -OutputDirectory ..\ } function Invoke-NuGetPack($version) diff --git a/src/ReflectSoftware.Insight.Extensions.Log4net 2.0.csproj b/src/ReflectSoftware.Insight.Extensions.Log4net 2.0.csproj index a8091ad..10b271e 100644 --- a/src/ReflectSoftware.Insight.Extensions.Log4net 2.0.csproj +++ b/src/ReflectSoftware.Insight.Extensions.Log4net 2.0.csproj @@ -45,7 +45,7 @@ false none false - ..\Build\Libraries\net20\ + bin\debug\net20\ TRACE;DEBUG;NET20 prompt 4 @@ -55,7 +55,7 @@ none true - ..\Build\Libraries\net20\ + bin\release\net20\ TRACE;NET20 prompt 4 diff --git a/src/ReflectSoftware.Insight.Extensions.Log4net 4.0.csproj b/src/ReflectSoftware.Insight.Extensions.Log4net 4.0.csproj index 39f9b37..f05c38b 100644 --- a/src/ReflectSoftware.Insight.Extensions.Log4net 4.0.csproj +++ b/src/ReflectSoftware.Insight.Extensions.Log4net 4.0.csproj @@ -45,7 +45,7 @@ false none false - ..\Build\Libraries\net40\ + bin\debug\net40\ TRACE;DEBUG prompt 4 @@ -55,7 +55,7 @@ none true - ..\Build\Libraries\net40\ + bin\release\net40\ TRACE prompt 4 diff --git a/src/ReflectSoftware.Insight.Extensions.Log4net 4.5.csproj b/src/ReflectSoftware.Insight.Extensions.Log4net 4.5.csproj index e6d9912..e43e571 100644 --- a/src/ReflectSoftware.Insight.Extensions.Log4net 4.5.csproj +++ b/src/ReflectSoftware.Insight.Extensions.Log4net 4.5.csproj @@ -45,7 +45,7 @@ false none false - ..\Build\Libraries\net45\ + bin\debug\net45\ TRACE;DEBUG prompt 4 @@ -56,7 +56,7 @@ none true - ..\Build\Libraries\net45\ + bin\release\net45\ TRACE prompt 4 diff --git a/src/ReflectSoftware.Insight.Extensions.Log4net.nuspec b/src/ReflectSoftware.Insight.Extensions.Log4net.nuspec index 562c3b3..509a76c 100644 --- a/src/ReflectSoftware.Insight.Extensions.Log4net.nuspec +++ b/src/ReflectSoftware.Insight.Extensions.Log4net.nuspec @@ -34,9 +34,9 @@ For help on configuration, please see our documentation on the website (https:// - - - + + + \ No newline at end of file