Livar Cunha
|
3eafd9de02
|
Updating Microsoft.DotNet.PlatformAbstractions version to 1.1.0.
|
2017-02-16 22:46:04 -08:00 |
|
Livar
|
7fe8d37fa8
|
Merge pull request #5720 from livarcocc/ignore_case_tools
Making the tool name comparison with the package case insensitive
|
2017-02-15 16:24:53 -08:00 |
|
Livar
|
47c16b271e
|
Merge branch 'rel/1.0.0' into ignore_case_tools
|
2017-02-15 15:35:53 -08:00 |
|
Livar
|
860c451229
|
Merge pull request #5703 from dotnet/dev/jgoshi/dotnetAddDefaultProjectTypeGuid
Default to C# project type guid
|
2017-02-15 15:35:40 -08:00 |
|
Livar
|
d1a844da2c
|
Merge branch 'rel/1.0.0' into dev/jgoshi/dotnetAddDefaultProjectTypeGuid
|
2017-02-15 14:10:10 -08:00 |
|
Livar
|
58b6a0810f
|
Merge pull request #5715 from piotrpMSFT/piotrpMSFT/bump/15.1.548
Bump MSBuild to 15.1.548
|
2017-02-15 14:09:47 -08:00 |
|
Livar
|
a1f4e81aec
|
Merge branch 'rel/1.0.0' into piotrpMSFT/bump/15.1.548
|
2017-02-15 13:03:27 -08:00 |
|
Livar
|
e427bc0d9a
|
Merge pull request #5721 from livarcocc/fix_PUBLISH_NUPKG_TO_AZURE_variable_name
The variable was missing dollar sign parenthesis in the target file.
|
2017-02-15 13:03:06 -08:00 |
|
Livar Cunha
|
6c07b929bd
|
The variable was missing dollar sign parenthesis in the target file.
|
2017-02-15 11:53:31 -08:00 |
|
Livar Cunha
|
8d38a2a67f
|
Making the tool name comparison with the package case insensitive, so that tools are not required to be declared with the exact casing as the packages that contain them.
|
2017-02-15 11:33:59 -08:00 |
|
Piotr Puszkiewicz
|
627c03b070
|
Bump MSBuild to 15.1.548
|
2017-02-14 22:47:37 -08:00 |
|
Piotr Puszkiewicz
|
4634d0e120
|
Merge pull request #5657 from codito/tp20170210-02
Insert TestPlatform v15.0.0-preview-20170210-02.
|
2017-02-14 18:08:15 -08:00 |
|
Piotr Puszkiewicz
|
25e0020da5
|
Merge branch 'rel/1.0.0' into tp20170210-02
|
2017-02-14 16:51:59 -08:00 |
|
Piotr Puszkiewicz
|
0576d0c71b
|
Merge pull request #5702 from livarcocc/fix_chmod_permissions
Running chmod after crossgen so that our chmod changes are not overwritten by it
|
2017-02-14 16:51:43 -08:00 |
|
Livar
|
9e0a63852c
|
Merge branch 'rel/1.0.0' into fix_chmod_permissions
|
2017-02-14 15:48:34 -08:00 |
|
Piotr Puszkiewicz
|
6415c2334a
|
Merge branch 'rel/1.0.0' into tp20170210-02
|
2017-02-14 15:47:24 -08:00 |
|
Justin Goshi
|
149a4590b5
|
Do not add duplicate projects (#5698)
|
2017-02-14 15:47:06 -08:00 |
|
Justin Goshi
|
4d24ae06bb
|
Default to C# project type guid
|
2017-02-14 14:57:04 -08:00 |
|
Livar
|
4d9e7f959a
|
Merge pull request #5700 from livarcocc/update_version_test
Updating the version test to use .version file instead of regex
|
2017-02-14 13:59:50 -08:00 |
|
Livar Cunha
|
8a53b08959
|
Running chmod after crossgen so that our chmod changes are not overwritten by it.
|
2017-02-14 13:13:08 -08:00 |
|
Livar Cunha
|
54464dda36
|
Updating the version test to check that dotnet --version uses the .version file instead of using a regular expression to validate the printed version.
|
2017-02-14 10:32:11 -08:00 |
|
Rohit Agrawal
|
9cf8e8c57f
|
update nuget to 4.0.0-rtm-2283 (#5691)
|
2017-02-13 18:11:51 -08:00 |
|
Livar
|
eca4905466
|
Merge pull request #5689 from livarcocc/upper_case_docker_params
Modifying the docker environment variables to be upper case
|
2017-02-13 17:04:24 -08:00 |
|
Livar
|
6833d479f4
|
Merge branch 'rel/1.0.0' into upper_case_docker_params
|
2017-02-13 15:32:15 -08:00 |
|
Livar
|
4c77764661
|
Merge pull request #5673 from livarcocc/new_shared_framework_versions
New shared framework versions 1.0.4 and 1.1.1
|
2017-02-13 15:31:56 -08:00 |
|
Livar
|
6ef4bdf4e2
|
Merge branch 'rel/1.0.0' into new_shared_framework_versions
|
2017-02-13 13:44:57 -08:00 |
|
Livar
|
ec0f544203
|
Merge pull request #5680 from livarcocc/migrate_rtm_packages
Updating the version of the ASP.NET packages that we migrate to, to the RTM version.
|
2017-02-13 13:44:15 -08:00 |
|
Livar Cunha
|
6670301493
|
Modifying the docker environment variables to be upper case, because that's how VSO passes them along.
|
2017-02-13 12:56:10 -08:00 |
|
Livar Cunha
|
02c70abe49
|
Updating the version of the ASP.NET packages that we migrate to, to the RTM package versions.
|
2017-02-12 22:09:44 -08:00 |
|
Livar
|
2384b5f1a8
|
Merge pull request #5677 from livarcocc/more_docker_variables
Adding DropSuffix and ReleaseSuffix as enviroment variables passed down to docker.
|
2017-02-12 00:37:19 -08:00 |
|
Livar Cunha
|
c980290431
|
Adding DropSuffix and ReleaseSuffix as enviroment variables passed down to docker.
|
2017-02-11 23:55:38 -08:00 |
|
Livar
|
bdf9ebee1c
|
Merge pull request #5634 from livarcocc/drop_suffix
Drop suffix on the version of the CLI based on a DropSuffix property
|
2017-02-11 15:09:53 -08:00 |
|
Livar
|
251237b481
|
Merge branch 'rel/1.0.0' into drop_suffix
|
2017-02-11 11:52:10 -08:00 |
|
Livar Cunha
|
9f2ca9989c
|
Introducing a in DependencyVersions to facilitate these updates in the future. Also aligns with master.
|
2017-02-10 23:05:16 -08:00 |
|
Livar Cunha
|
1d61bf97ed
|
Updated the Shared Framework to 1.1.1 and 1.0.4.
|
2017-02-10 23:05:16 -08:00 |
|
Piotr Puszkiewicz
|
6091a4704c
|
Merge pull request #5669 from livarcocc/update_msbuild
Updating msbuild to 15.1.0-preview-000545-01.
|
2017-02-10 19:39:19 -08:00 |
|
Livar
|
078941ff51
|
Merge branch 'rel/1.0.0' into update_msbuild
|
2017-02-10 17:52:01 -08:00 |
|
Piotr Puszkiewicz
|
40751389e9
|
Merge branch 'rel/1.0.0' into tp20170210-02
|
2017-02-10 17:44:41 -08:00 |
|
Piotr Puszkiewicz
|
eaa24012ea
|
Merge pull request #5655 from dotnet/blackdwarf-patch-1
Update README.md
|
2017-02-10 17:42:09 -08:00 |
|
Livar Cunha
|
167e2da398
|
Updating msbuild to 15.1.0-preview-000545-01.
|
2017-02-10 16:13:15 -08:00 |
|
Arun Mahapatra
|
4621c1a6ec
|
Insert TestPlatform v15.0.0-preview-20170210-02.
|
2017-02-10 21:58:34 +05:30 |
|
Zlatko Knezevic
|
654f835d50
|
Update README.md
Change the links on the dotnet/README.md to point aka.ms/dotnet-* set of links.
|
2017-02-10 00:01:56 -08:00 |
|
Livar
|
1c896d4402
|
Adding release suffix as a modified parameter of the build and removing NugetVersionForVS. we don't need that concept.
|
2017-02-09 22:31:46 -08:00 |
|
Livar Cunha
|
81a94c0902
|
Enabling publishing the nupkgs produced by the CLI to blob storage and hooking up DropSuffix to the VS targeted nupkg of the CLI.
|
2017-02-09 15:47:53 -08:00 |
|
Livar
|
a88df7953c
|
Merge branch 'rel/1.0.0' into drop_suffix
|
2017-02-08 20:35:49 -08:00 |
|
Livar
|
f2ad5a39ab
|
Merge pull request #5624 from dotnet/dev/jgoshi/deprecatedMigrate
Migrate compilationOptions even when other deprecated options are present
|
2017-02-08 20:35:29 -08:00 |
|
Livar
|
f5618b8969
|
Merge branch 'rel/1.0.0' into dev/jgoshi/deprecatedMigrate
|
2017-02-08 18:23:24 -08:00 |
|
Livar
|
a8c88b4f37
|
Merge pull request #5628 from dotnet/updatenuget-2275
update nuget to 4.0.0-rtm-2275
|
2017-02-08 18:23:10 -08:00 |
|
Livar Cunha
|
d373ce8911
|
Enabling publish with drop suffix to still publish to a suffix based folder in blob to avoid conflicts.
|
2017-02-08 18:17:04 -08:00 |
|
Piotr Puszkiewicz
|
8b71ebef9a
|
Merge branch 'rel/1.0.0' into updatenuget-2275
|
2017-02-08 16:45:46 -08:00 |
|