Bryan Thornbury
21c45de0b7
error preference
2016-10-04 10:45:57 -07:00
Bryan Thornbury
a078e8b845
dir
2016-10-04 10:13:01 -07:00
Bryan Thornbury
adff632929
green
2016-10-03 20:10:09 -07:00
Bryan Thornbury
bf45ab19ca
PackageReference
2016-10-03 17:12:57 -07:00
Nate Amundson
19f295113a
Merge pull request #4234 from naamunds/SupportCustomContainer
...
Support building with custom container name
2016-10-03 18:02:05 -05:00
Eric Erhardt
f12f274f81
Merge pull request #4286 from eerhardt/SelfContainedPublish
...
Add support for publishing self-contained applications.
2016-10-03 13:00:14 -05:00
Eric Erhardt
79999f3798
Remove temporary test project.
2016-10-03 09:37:15 -05:00
Eric Erhardt
a7366f5864
Add support for publishing self-contained applications.
...
Fix #4204
2016-10-03 09:23:00 -05:00
Livar
a3a58423d1
Merge pull request #4265 from livarcocc/remove_projetjson_from_msbuild_template
...
Remove projetjson from msbuild template
2016-09-30 18:55:42 -07:00
Livar Cunha
5f3da6428d
Testing out a theory that setting the output path will solve this problem.
2016-09-30 15:52:22 -07:00
Livar Cunha
27b5abfc36
Trying out with the latest SDK.
2016-09-30 12:03:03 -07:00
Livar Cunha
4173d19b3c
Pinning the SDK version for migrated apps.
2016-09-30 09:27:16 -07:00
Livar Cunha
29b197534c
Updating to a new SDK and adding a work around to set project.lock.json for migrated projects.
2016-09-30 09:27:15 -07:00
Livar Cunha
68e1aae6cc
Fixing tests.
2016-09-30 09:27:15 -07:00
Livar Cunha
77ada164c6
Forgot to actually invoke the method to clean PackageRefs.
2016-09-30 09:27:15 -07:00
Livar Cunha
7e16ad0388
Adding TargetFrameworks even for single TFM and cleaning up PackageRef.
2016-09-30 09:27:15 -07:00
Livar Cunha
715f1f6a10
Addressing code review comments.
2016-09-30 09:27:15 -07:00
Livar Cunha
c04f7a0cd0
Changing the migrate command to obtain the sdk package version from the PackageRef in csproj instead of project.json.
2016-09-30 09:27:15 -07:00
Livar Cunha
c41b35f06f
Updating tests to reflect msbuild projects running without project.json.
2016-09-30 09:25:11 -07:00
Livar Cunha
2bbef9328b
Removing project.json from msbuild template and msbuild test app.
2016-09-30 09:25:11 -07:00
Livar
bbf9fe92cf
Merge pull request #4279 from livarcocc/update_nuget
...
Bumping nuget to 3.6.0-beta.1.msbuild.17
2016-09-29 15:34:07 -07:00
Livar Cunha
e91b2f6011
Updating ToolpathCalculator to use asset.json now that we updated to a new NuGet.
2016-09-29 14:06:45 -07:00
Livar Cunha
082a90035d
Bumping nuget to 3.6.0-beta.1.msbuild.17
2016-09-29 12:16:41 -07:00
Sridhar Periyasamy
98231a6628
Merge pull request #4254 from dotnet/sridhar-ms/migrate-directory
...
Add support to migrate a directory.
2016-09-29 10:13:55 -07:00
Eric Erhardt
33007a3fd0
Merge pull request #4275 from eerhardt/NewMSBuild
...
Updating msbuild to 0.1.0-preview-00043-160929.
2016-09-29 11:05:23 -05:00
Eric Erhardt
04869b9997
Updating msbuild to 0.1.0-preview-00043-160929.
2016-09-29 10:26:55 -05:00
Bryan Thornbury
30e5ab7112
Merge pull request #4272 from brthor/brthor/tools-fix
...
Fix tools with trailing backslashes in additionalProbingPath
2016-09-28 16:44:32 -07:00
Bryan Thornbury
f5b17e63ce
fixup
2016-09-28 15:40:38 -07:00
Bryan Thornbury
8c563a58f8
Fix tools with trailing backslashes in additionalProbingPath
2016-09-28 14:21:52 -07:00
Sridhar Periyasamy
a50708ac5c
Address PR feedback
2016-09-28 09:00:15 -07:00
Eric Erhardt
da0e365264
Merge pull request #4270 from nguerrera/update-msbuild
...
Update msbuild to latest
2016-09-28 10:50:26 -05:00
Nick Guerrera
936692acf1
Update msbuild to latest
2016-09-28 04:37:39 -07:00
Livar
464024252f
Merge pull request #4267 from livarcocc/fix_run_csc_cmd
...
Double quoting the path to the host and to csc.dll in RunCsc.cmd
2016-09-27 17:52:28 -07:00
Livar Cunha
9150596c92
Double quoting the path to the host and to csc.dll in RunCsc.cmd so that it works when the CLI is in a path with spaces.
2016-09-27 16:17:06 -07:00
Eric Erhardt
3da55881b5
Merge pull request #4264 from nguerrera/update-msbuild
...
Update msbuild to latest
2016-09-27 18:08:12 -05:00
Livar
1278e9d6bf
Merge pull request #4253 from livarcocc/projectlockfile_from_nuget_projectmodel
...
Moving Projectlockfile Apis from Microsoft.DotNet.ProjectModel to NuGet.ProjectModel
2016-09-27 15:51:07 -07:00
Nick Guerrera
6bc099e5e0
Update msbuild to latest
2016-09-27 15:16:13 -07:00
Livar Cunha
d7e00907e0
Fixing windows test breaks. It was because of how the NuGet API is putting Directory Separators in the lock file. They always normalize them to forward slash.
2016-09-27 13:08:45 -07:00
Livar Cunha
2ea227e388
Fixing a build break on windows.
2016-09-27 10:53:23 -07:00
Livar Cunha
2acd4474de
Fixing a migration test where migration was not failing for a unresolved dependency because we were not classifing unresolved dependencies correctly.
2016-09-27 10:53:23 -07:00
Livar Cunha
f0a50c92ac
Fixing issues small issues found during build and tests.
2016-09-27 10:53:22 -07:00
Livar Cunha
6527cbc592
Replacing the LockFile APIs from the one in ProjectModel to the one in NuGet.ProjectModel.
2016-09-27 10:53:21 -07:00
Livar
48eafab581
Merge pull request #4258 from dotnet/ragrawal/nugetInsertion
...
bump nuget to 3.6.0-beta.1.msbuild.16
2016-09-26 22:03:50 -07:00
Rohit Agrawal
cfe76534ca
bump nuget to 3.6.0-beta.1.msbuild.16
2016-09-26 16:47:20 -07:00
Sridhar Periyasamy
7ee2bd1f26
Add support to migrate a directory.
...
- Given a directory migrate all the project.jsons in it recursively.
- Remove '-p/--project' option. Instead directly pass a directory or project.json as argument.
- Add tests.
2016-09-26 14:16:17 -07:00
Eric Erhardt
5434c7f392
Merge pull request #4237 from eerhardt/PublishCommand
...
Add `dotnet publish3` command
2016-09-26 11:51:19 -05:00
Sridhar Periyasamy
038fb6fbae
Merge pull request #4221 from dotnet/sridhar-ms/multiple-proj-migrate
...
Migrate P2P references
2016-09-23 22:30:58 -07:00
Sridhar Periyasamy
ec7aa87576
Add xproj tests to test migrate command.
2016-09-23 17:33:35 -07:00
Rohit Agrawal
dfc5650db8
bump nuget version to 3.6.0-beta.1.msbuild.15 ( #4241 )
2016-09-23 17:14:32 -07:00
Livar
ee7400bd41
Merge pull request #4240 from livarcocc/more_run_params
...
More run params
2016-09-23 16:09:36 -07:00