From bf1be9fb79cba22dd99d55ac91059fe9720d5e41 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 27 Jun 2017 10:28:23 -0700 Subject: [PATCH] Restore the VSIX project with MSBuild instead of NuGet.exe (#1471) * Restore the VSIX project with MSBuild instead of NuGet.exe * Upgrade AppVeyor image to VS Preview --- appveyor.yml | 2 +- build/VSIX.targets | 17 +++-------------- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1041615c68..8aeecbfb6f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,4 +11,4 @@ build_script: clone_depth: 1 test: off deploy: off -os: Visual Studio 2017 +os: Visual Studio 2017 Preview diff --git a/build/VSIX.targets b/build/VSIX.targets index 961e3759be..348ac0ce4f 100644 --- a/build/VSIX.targets +++ b/build/VSIX.targets @@ -1,15 +1,10 @@ $(PackageDependsOn);GenerateVSIX - 4.1.0 Microsoft.VisualStudio.RazorExtension $(RepositoryRoot)tooling\$(VSIXName)\$(VSIXName).csproj - - - - - - - $([MSBuild]::EnsureTrailingSlash('$(NuGetPackageRoot)'))nuget.commandline\$(NuGetCommandLineVersion)\tools\nuget.exe - - - - $(ArtifactsDir)msbuild\ @@ -44,7 +32,8 @@ $(BuildDir)$(VSIXName).vsix - + + - \ No newline at end of file +