Skip to content

Commit 9f27612

Browse files
not copy nuget package to build ouput inorder to save disk space (#4854)
1 parent da958e1 commit 9f27612

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vsts-dotnet-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
_includeBenchmarkData: true
6262
innerLoop: true
6363
pool:
64-
name: NetCorePublic-Pool
65-
queue: buildpool.windows.10.amd64.vs2017.open
64+
name: Hosted VS2017
6665

6766
- template: /build/ci/job-template.yml
6867
parameters:

test/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<VSTestLogger>trx</VSTestLogger>
2424
<VSTestResultsDirectory>$(OutputPath)</VSTestResultsDirectory>
2525
<AssemblyOriginatorKeyFile>$(ToolsDir)Test.snk</AssemblyOriginatorKeyFile>
26+
<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
2627
</PropertyGroup>
2728

2829
<ItemGroup>

0 commit comments

Comments
 (0)