From 21504c5e4fb9a3ee7fff302b730b6fdb52fa6e91 Mon Sep 17 00:00:00 2001
From: frank-dong-ms <55860649+frank-dong-ms@users.noreply.github.com>
Date: Tue, 18 Feb 2020 18:01:38 -0800
Subject: [PATCH] not copy nuget package to build ouput inorder to save disk
space
---
.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 5825f42af2..e692d111cf 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 7e0d7b2b63..f1ec9292a9 100644
--- a/test/Directory.Build.props
+++ b/test/Directory.Build.props
@@ -23,6 +23,7 @@
trx
$(OutputPath)
$(ToolsDir)Test.snk
+ false