Piotr Puszkiewicz
|
7993b438a0
|
Reset ToolsVersion to 14
|
2016-08-27 21:46:18 -07:00 |
|
Piotr Puszkiewicz
|
c8139a9790
|
Bump ToolsVersion to 15
|
2016-08-27 18:31:26 -07:00 |
|
Piotr Puszkiewicz
|
3a2632f6d5
|
Refactor DEB.proj
|
2016-08-27 18:07:49 -07:00 |
|
Piotr Puszkiewicz
|
8eecff0112
|
Address build issues
|
2016-08-27 15:57:14 -07:00 |
|
Piotr Puszkiewicz
|
ab1797cb29
|
Merged branch feature/msbuild into piotrpMSFT/branchmerge
|
2016-08-26 22:39:40 -07:00 |
|
Piotr Puszkiewicz
|
1ce482a8d1
|
Merge remote-tracking branch 'refs/remotes/origin/rel/1.0.0'
Conflicts:
scripts/obtain/dotnet-install.ps1
src/dotnet/commands/dotnet-new/CSharp_xunittest/project.json.template
|
2016-08-26 22:39:14 -07:00 |
|
PiotrP
|
ae4a690724
|
Fix tests
Missing namespace
Re-enable dotnet-nuget unit tests
|
2016-08-26 18:14:04 -07:00 |
|
PiotrP
|
336ecc0e89
|
Merge Nuget changes
Fix pack
Move dotnet-nuget to NuGetForwardingApp [tests will need to be fixed]
|
2016-08-26 17:23:33 -07:00 |
|
PiotrP
|
ed66c70106
|
wIp
|
2016-08-26 15:46:08 -07:00 |
|
Livar
|
2b70193448
|
Merge pull request #4093 from simondel/CSharp_xunittest-dependencies
Update xunit dependencies for CSharp_xunittest template
|
2016-08-26 13:28:12 -07:00 |
|
Livar Cunha
|
9f2a0169fc
|
Addressing code review comments.
|
2016-08-26 11:23:47 -07:00 |
|
Michael Simons
|
6f974e2fed
|
Merge pull request #4104 from MichaelSimons/InstallCleanup
Modified logic dotnet-install.ps1 to provide better diagnostics upon failure
|
2016-08-26 13:22:25 -05:00 |
|
Livar Cunha
|
b09a6c6350
|
Adding dotnet-test-console to the list of generated nupkgs and fixing some namespace for the new command resolvers.
|
2016-08-25 23:14:25 -07:00 |
|
Livar Cunha
|
e8f2dabcdb
|
Fixing broken tests after my changes to the CommandResolvers.
|
2016-08-25 22:53:04 -07:00 |
|
Livar Cunha
|
55c00a7e45
|
Adding a resolution chain to the command resolution chain that works based on a directory, more specifically, the publish directory.
|
2016-08-25 16:01:32 -07:00 |
|
PiotrP
|
c5b4e48410
|
Initial removal of DebPackageCreator.cs
|
2016-08-25 13:19:22 -07:00 |
|
Michael Simons (VISUAL STUDIO)
|
7914b63474
|
Modified logic that downloads content to provide better diagnostic information upon failure.
|
2016-08-25 11:47:45 -05:00 |
|
Simon de Lang
|
8f92f0d74b
|
Update xunit dependencies for CSharp_xunittest template
|
2016-08-25 15:02:52 +02:00 |
|
Eric Erhardt
|
1fb4703095
|
Merge pull request #4071 from voltagex/voltagex/camelcase-xproj-file
Rename Microsoft.Dotnet.Compiler.Common.xproj to match casing in .sln
|
2016-08-24 22:48:40 -05:00 |
|
Livar Cunha
|
7e556e37d2
|
Adding a separate runner for project.json and for assembly.
|
2016-08-24 15:24:30 -07:00 |
|
Eric Erhardt
|
23da701cee
|
Merge pull request #4083 from nguerrera/msbuild-update
Update to new msbuild
|
2016-08-24 13:57:07 -05:00 |
|
Nick Guerrera
|
2accc15543
|
Add missing msbuild dependency
This is a workaround until the msbuild .nupkg manifests
the dependency correctly
|
2016-08-24 10:29:53 -07:00 |
|
Nick Guerrera
|
c702957730
|
Update to new msbuild
|
2016-08-24 10:10:20 -07:00 |
|
Piotr Puszkiewicz
|
56d2153c08
|
WiP
|
2016-08-23 16:09:12 -07:00 |
|
Eric Erhardt
|
d6792fa8ca
|
Merge pull request #4079 from eerhardt/msbuild-NewSdk
Update the Sdk version to the latest build.
|
2016-08-23 15:51:40 -05:00 |
|
Eric Erhardt
|
a543050c62
|
Update the Sdk version to the latest build.
|
2016-08-23 13:44:07 -05:00 |
|
Livar Cunha
|
dddfb6bb45
|
Adding new unit tests to cover TestRunner in DotnetTestParams.
|
2016-08-23 11:26:37 -07:00 |
|
Livar Cunha
|
0667e84069
|
Added an ITestRunnerResolverFactory that decides on which resolver to use based on the set of parameters received.
|
2016-08-22 21:29:14 -07:00 |
|
Livar Cunha
|
8e432e567a
|
Adding TestRunner resolvers that will be able to find a test runner based on different criteria.
Moving dotnet test command to its own library that can be shared between dotnet test and the test target in the SDK folder.
|
2016-08-22 15:45:13 -07:00 |
|
Adam Baxter
|
feb6a1484d
|
Rename Microsoft.DotNet.Compiler.Common.xproj to match the casing in the .sln
Allows nuget restore to run (but fail) on case sensitive filesystems/platforms
|
2016-08-22 22:30:48 +10:00 |
|
Piotr Puszkiewicz
|
578adf072c
|
Merge remote-tracking branch 'refs/remotes/origin/feature/msbuild'
Conflicts:
src/dotnet/Program.cs
|
2016-08-18 18:08:45 -07:00 |
|
Piotr Puszkiewicz
|
b5e00acc15
|
Merge pull request #4025 from dotnet/piotrpMSFT/redistProj
multi-proc test execution
|
2016-08-18 20:33:54 -04:00 |
|
Piotr Puszkiewicz
|
c5cc9feb6d
|
Update xunit template
|
2016-08-18 17:10:20 -07:00 |
|
Piotr Puszkiewicz
|
e92c9603c8
|
Test reliability and format cleanups
|
2016-08-18 17:10:20 -07:00 |
|
Piotr Puszkiewicz
|
a1e3218023
|
msbuild885
|
2016-08-18 17:10:20 -07:00 |
|
Piotr Puszkiewicz
|
2cf4eb3106
|
Missed file
|
2016-08-18 17:10:20 -07:00 |
|
Piotr Puszkiewicz
|
43c5a2c59b
|
multi-proc test execution
|
2016-08-18 17:10:20 -07:00 |
|
Rohit Agrawal
|
e08da40a1f
|
added pack3 command for dotnet (#4058)
|
2016-08-18 16:53:55 -07:00 |
|
Joel Verhagen
|
5de388118d
|
Merge pull request #4053 from dotnet/jver/depspath
Populate .deps.json path property with path property from lock file
|
2016-08-18 16:52:31 -07:00 |
|
Joel Verhagen
|
aacc30d5d8
|
Add "path" property the .deps.json file for libraries
Update DependencyModel and PlatformAbstractions packages to 1.0.1-beta-000917
Update dotnet-test-xunit to 1.0.0-rc2-330423-54
|
2016-08-18 15:57:03 -07:00 |
|
Piotr Puszkiewicz
|
08fe61aa00
|
Merge pull request #4059 from dotnet/piotrpMSFT/TestAssetManager
Migrate to Test Asset Manager
|
2016-08-18 17:55:02 -04:00 |
|
Piotr Puszkiewicz
|
3194ec1c3a
|
Shorten test asset names
|
2016-08-18 13:36:36 -07:00 |
|
PiotrP
|
c3971fc100
|
Add missing build artifacts
|
2016-08-18 12:36:25 -07:00 |
|
Piotr Puszkiewicz
|
9a1d4b7ef8
|
Fix packagedcommandtests
|
2016-08-18 12:36:25 -07:00 |
|
Piotr Puszkiewicz
|
4e2d13a8ff
|
Microsoft.DotNet.ProjectModel.Tests to TAM
|
2016-08-18 12:36:25 -07:00 |
|
Piotr Puszkiewicz
|
fa9c795823
|
Move Microsoft.Dotnet.Cli.Utils.Tests to TAM
|
2016-08-18 12:36:25 -07:00 |
|
Piotr Puszkiewicz
|
9f08302bbf
|
Move packagedcommandtests to TAM
|
2016-08-18 12:36:25 -07:00 |
|
Piotr Puszkiewicz
|
31756737d3
|
dotnet-resgen.Tests
move dotnet-resgen.Tests to TAM
remove unnecessary code from dotnet-publish.Tests
add missing lock files in dotnet-compile.Tests
|
2016-08-18 12:36:25 -07:00 |
|
Piotr Puszkiewicz
|
8fbc227422
|
Move dotnet-pack.Tests to TestAssetsManager
|
2016-08-18 12:36:25 -07:00 |
|
Piotr Puszkiewicz
|
8c9e1fca90
|
TestAssetManager in CompilerTests
|
2016-08-18 12:36:25 -07:00 |
|