diff --git a/.nuget/NuGet.exe b/.nuget/NuGet.exe index 4645f4b35..be85ec2c4 100644 Binary files a/.nuget/NuGet.exe and b/.nuget/NuGet.exe differ diff --git a/.nuget/NuGet.targets b/.nuget/NuGet.targets deleted file mode 100644 index a2894f4a3..000000000 --- a/.nuget/NuGet.targets +++ /dev/null @@ -1,147 +0,0 @@ - - - - $(MSBuildProjectDirectory)\..\ - - - false - - - false - - - true - - - false - - - $(MSBuildToolsPath)\Microsoft.Build.Tasks.v12.0.dll - $(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll - - - - - - - - - - $([System.IO.Path]::Combine($(SolutionDir), ".nuget")) - $([System.IO.Path]::Combine($(ProjectDir), "packages.config")) - $([System.IO.Path]::Combine($(SolutionDir), "packages")) - - - - - $(SolutionDir).nuget - packages.config - $(SolutionDir)packages - - - - - $(NuGetToolsPath)\nuget.exe - @(PackageSource) - - "$(NuGetExePath)" - mono --runtime=v4.0.30319 $(NuGetExePath) - - $(TargetDir.Trim('\\')) - - -RequireConsent - - $(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(RequireConsentSwitch) -o "$(PackagesDir)" - $(NuGetCommand) pack "$(ProjectPath)" -p Configuration=$(Configuration) -o "$(PackageOutputDir)" -symbols - - - - RestorePackages; - $(BuildDependsOn); - - - - - $(BuildDependsOn); - BuildPackage; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Glimpse.All.sln b/Glimpse.All.sln index 19d92eb24..3f48171fb 100644 --- a/Glimpse.All.sln +++ b/Glimpse.All.sln @@ -36,9 +36,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glimpse.AspNet.Net35", "sou EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{0352975D-08B7-435E-B444-A77292D4F6E1}" ProjectSection(SolutionItems) = preProject - .nuget\NuGet.Config = .nuget\NuGet.Config .nuget\NuGet.exe = .nuget\NuGet.exe - .nuget\NuGet.targets = .nuget\NuGet.targets .nuget\packages.config = .nuget\packages.config EndProjectSection EndProject diff --git a/Glimpse.Integration.sln b/Glimpse.Integration.sln index 39f223fca..e4c709c88 100644 --- a/Glimpse.Integration.sln +++ b/Glimpse.Integration.sln @@ -3,9 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{0352975D-08B7-435E-B444-A77292D4F6E1}" ProjectSection(SolutionItems) = preProject - .nuget\NuGet.Config = .nuget\NuGet.Config .nuget\NuGet.exe = .nuget\NuGet.exe - .nuget\NuGet.targets = .nuget\NuGet.targets .nuget\packages.config = .nuget\packages.config EndProjectSection EndProject diff --git a/psake.bat b/psake.bat index cd23bb6c1..b5250dfe2 100644 --- a/psake.bat +++ b/psake.bat @@ -1,3 +1,4 @@ -@echo off -.nuget\NuGet.exe install .nuget\packages.config -OutputDirectory packages -powershell.exe -NoProfile -ExecutionPolicy unrestricted -Command "& {Import-Module '.\packages\psake.*\tools\psake.psm1'; invoke-psake .\default.ps1 %*; if ($LastExitCode -ne 0) {write-host "ERROR: $LastExitCode" -fore RED; exit $lastexitcode} }" \ No newline at end of file +@echo off +.nuget\NuGet.exe install .nuget\packages.config -OutputDirectory packages +.nuget\NuGet.exe restore Glimpse.All.sln +powershell.exe -NoProfile -ExecutionPolicy unrestricted -Command "& {Import-Module '.\packages\psake.*\tools\psake.psm1'; invoke-psake .\default.ps1 %*; if ($LastExitCode -ne 0) {write-host "ERROR: $LastExitCode" -fore RED; exit $lastexitcode} }" diff --git a/source/Glimpse.Ado.Net40/Glimpse.Ado.Net40.csproj b/source/Glimpse.Ado.Net40/Glimpse.Ado.Net40.csproj index 168a13dbe..0c74c9426 100644 --- a/source/Glimpse.Ado.Net40/Glimpse.Ado.Net40.csproj +++ b/source/Glimpse.Ado.Net40/Glimpse.Ado.Net40.csproj @@ -63,7 +63,7 @@ - +