CoreDisTools Package: Make minor version generic
authorSwaroop Sridhar <swaroops@microsoft.com>
Thu, 2 Jun 2016 23:29:11 +0000 (16:29 -0700)
committerSwaroop Sridhar <swaroops@microsoft.com>
Thu, 2 Jun 2016 23:29:11 +0000 (16:29 -0700)
Change the version requirement of CoreDisTools package
from 1.0.1-prerelease-00001 to 1.0.1-prerelease-*
so that the test infrastructure picks up the latest
available version.

If only the 1.0.1-prerelease-xxxxx number changes,
there is no change in the library API. There may be
a change in the implementation.

The current need for this change is that we need to pick up
a new version of the CoreDisTools package (with an
implementation fix) for X86 testing.

tests/setup-runtime-dependencies.cmd
tests/setup-runtime-dependencies.sh

index 5b13d09f823ccf364f637e29d60cd28c080dc51f..182f0efad0b683df48b41021ea5c65efc8d67bb5 100755 (executable)
@@ -78,7 +78,7 @@ REM ============================================================================
 REM Write dependency information to project.json
 echo { ^
     "dependencies": { ^
-    "runtime.win7-%__Arch%.Microsoft.NETCore.CoreDisTools": "1.0.1-prerelease-00001" ^
+    "runtime.win7-%__Arch%.Microsoft.NETCore.CoreDisTools": "1.0.1-prerelease-*" ^
     }, ^
     "frameworks": { "dnxcore50": { } } ^
     } > "%__JasonFilePath%"
index 3db178c4f928b0421e60161d6d9c98dbfd77d876..db5ecb49ec7a5788914b9301943e083051f52e57 100755 (executable)
@@ -119,7 +119,7 @@ fi
 packageName='runtime.'$rid'.Microsoft.NETCore.CoreDisTools'
 echo {  \
     \"dependencies\": { \
-    \"$packageName\": \"1.0.1-prerelease-00001\" \
+    \"$packageName\": \"1.0.1-prerelease-*\" \
     }, \
     \"frameworks\": { \"dnxcore50\": { } } \
     } > $jsonFilePath