зеркало из
1
0
Форкнуть 0
Граф коммитов

7 Коммитов

Автор SHA1 Сообщение Дата
MichaelSimons d573bf009d Refactor update-dependencies to update the runtime Dockerfiles 2017-03-28 17:06:57 -05:00
MichaelSimons acf5e7a3f6 Changed update-dependencies to support matching based on a cli version prefix 2017-03-08 17:48:33 -06:00
Michael Simons 17dd04f7c2 Updated update-dependencies to work with latest Dockerfile refactoring (#103) 2016-11-03 12:29:55 -05:00
Michael Simons e94d4309eb Misc update-dependencies fixes. (#98)
* Modified update-dependencies to use a specific version of CLI. Previously it was using the latest build which broke when CLI moved to msbuild.
* Migrated the update-dependencies app to be csproj based.
* Modified the update-dependencies app to be portable (simplification).
* Modified update-dependencies to use the FileRegexReleaseUpdater to be more flexible since the packages have changed between CLI channels.
2016-11-01 19:52:34 -05:00
Michael Simons (VISUAL STUDIO) 81df3733ac Modified update-dependencies to handle PRs from multiple CLI branches 2016-10-27 15:07:01 -05:00
Michael Simons ef714bf984 Added Dockerfiles for rel-1.0.0-preview2.1 branch of CLI (#76) 2016-10-13 10:05:27 -05:00
naamunds 92344748dd Add app to automatically update dependency versions
The update-dependencies .NET app must be invoked from the root of the
repo. A update-dependencies.ps1 script is also provided which installs
the .NET CLI and then compiles and invokes the app; this script can be
invoked from anywhere.

The plan is for Maestro to invoke a VSTS build definition whenever a new
CLI build is available, which will invoke the update-dependencies.ps1
script.

Also add a .gitignore file.
2016-08-10 10:04:54 -07:00