summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Ayers <andya@microsoft.com>2015-12-31 11:25:28 -0800
committerAndy Ayers <andya@microsoft.com>2015-12-31 11:25:28 -0800
commit4cb1bcc5681d50f8748f226b1d68c181b6191bd8 (patch)
treeb36652d19167f41c085620f3998abf93e346c586
parent908bdd9db9ce3680301004b62fd42f58b8984b97 (diff)
downloadcoreclr-4cb1bcc5681d50f8748f226b1d68c181b6191bd8.tar.gz
coreclr-4cb1bcc5681d50f8748f226b1d68c181b6191bd8.tar.bz2
coreclr-4cb1bcc5681d50f8748f226b1d68c181b6191bd8.zip
Actually lock the project.lock.json
Hopefully this clears up some test issues on ubuntu with the serialization benchmarks.
-rw-r--r--tests/src/JIT/config/benchmark+serialize/project.lock.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/JIT/config/benchmark+serialize/project.lock.json b/tests/src/JIT/config/benchmark+serialize/project.lock.json
index 02aaecab28..c591808265 100644
--- a/tests/src/JIT/config/benchmark+serialize/project.lock.json
+++ b/tests/src/JIT/config/benchmark+serialize/project.lock.json
@@ -1,5 +1,5 @@
{
- "locked": false,
+ "locked": true,
"version": 2,
"targets": {
"DNXCore,Version=v5.0": {