From 9f276123c08c31bd62551ded748b734cf5794c9b Mon Sep 17 00:00:00 2001 From: frank-dong-ms <55860649+frank-dong-ms@users.noreply.github.com> Date: Tue, 18 Feb 2020 20:23:17 -0800 Subject: [PATCH] not copy nuget package to build ouput inorder to save disk space (#4854) --- .vsts-dotnet-ci.yml | 3 +-- test/Directory.Build.props | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vsts-dotnet-ci.yml b/.vsts-dotnet-ci.yml index 5825f42af..e692d111c 100644 --- a/.vsts-dotnet-ci.yml +++ b/.vsts-dotnet-ci.yml @@ -61,8 +61,7 @@ jobs: _includeBenchmarkData: true innerLoop: true pool: - name: NetCorePublic-Pool - queue: buildpool.windows.10.amd64.vs2017.open + name: Hosted VS2017 - template: /build/ci/job-template.yml parameters: diff --git a/test/Directory.Build.props b/test/Directory.Build.props index 7e0d7b2b6..f1ec9292a 100644 --- a/test/Directory.Build.props +++ b/test/Directory.Build.props @@ -23,6 +23,7 @@ trx $(OutputPath) $(ToolsDir)Test.snk + false