Eric Erhardt
|
8cf16ce1eb
|
Merge pull request #3960 from jplebre/dotnet-new-nunit
Adds dotnet-new for nunit, similar to the xunit template
|
2016-08-04 08:14:33 -05:00 |
|
Tomas Matousek
|
dfbea3df34
|
Pass debugType thru to the command line compiler
|
2016-08-03 18:08:14 -07:00 |
|
jplebre
|
db17fb6889
|
xunit and nunit template tests cannot run in parallel
|
2016-08-03 22:06:17 +01:00 |
|
jplebre
|
e5dad7e451
|
Cleaned up unused bits
|
2016-08-03 22:06:17 +01:00 |
|
jplebre
|
408d083525
|
eeeek! (sorry, wrong dependency version edited)
|
2016-08-03 22:06:17 +01:00 |
|
jplebre
|
4508884c42
|
clean up and added nunit command to README
|
2016-08-03 22:06:17 +01:00 |
|
jplebre
|
09d37fe3ec
|
removed the -* from version numbers in xunit and nunit templates
|
2016-08-03 22:06:17 +01:00 |
|
jplebre
|
06d7a84c08
|
Added tests as a project to the solution
|
2016-08-03 22:06:17 +01:00 |
|
jplebre
|
82bf84f46b
|
projec.json should be the same as nunit's template
|
2016-08-03 22:06:17 +01:00 |
|
jplebre
|
b889e97a88
|
fixed trailing commas
|
2016-08-03 22:06:17 +01:00 |
|
jplebre
|
069a351971
|
adding nunit test to the list of commands
|
2016-08-03 22:06:17 +01:00 |
|
Bryan Thornbury
|
308f49c32e
|
Merge pull request #3983 from brthor/brthor/runtimeoptions
Add support for user runtimeconfig
|
2016-08-03 10:51:33 -07:00 |
|
Bryan Thornbury
|
931e8fdf96
|
Add support for user runtimeconfig
|
2016-08-02 16:18:19 -07:00 |
|
Livar
|
32d273580f
|
Merge pull request #3981 from livarcocc/dependency_model_change_from_rel100
Merge the JsonTextReader change from rel/1.0.0 to feature/msbuild
|
2016-08-02 14:23:43 -07:00 |
|
Eric Erhardt
|
38cf24a211
|
Merge pull request #3979 from eerhardt/msbuild-DependencyModel13
Add netstandard1.3 TFM to DependencyModel
|
2016-08-02 15:37:42 -05:00 |
|
Piotr Puszkiewicz
|
f277393157
|
Merge pull request #3980 from dotnet/piotrpMSFT/sign-build3
Fix invocation of insignia.exe -ab
|
2016-08-02 16:21:53 -04:00 |
|
Pavel Krymets
|
ee6063b12b
|
Use JsonTextReader in DependencyContextJsonReader (#3972)
Using low level JsonTextReader in DependencyContextJsonReader class for performance reasons
|
2016-08-02 13:16:44 -07:00 |
|
Piotr Puszkiewicz
|
479399ff47
|
Fix invocation of insignia.exe -ab
http://wixtoolset.org/documentation/manual/v3/overview/insignia.html
|
2016-08-02 12:59:45 -07:00 |
|
Eric Erhardt
|
ddb6a877af
|
Add netstandard1.3 TFM to DependencyModel so the MSBuild task can target netstandard1.3 and still use it to write the .deps.json file.
|
2016-08-02 14:53:19 -05:00 |
|
Piotr Puszkiewicz
|
6aef420ba8
|
Merge pull request #3976 from dotnet/piotrpMSFT/sign-build3
Add missing dependencies to bundle targets
|
2016-08-02 13:49:23 -04:00 |
|
Pavel Krymets
|
b7075b857b
|
Use JsonTextReader in DependencyContextJsonReader (#3972)
Using low level JsonTextReader in DependencyContextJsonReader class for performance reasons
|
2016-08-02 10:02:30 -07:00 |
|
Piotr Puszkiewicz
|
253d232943
|
Add missing dependencies to bundle targets
|
2016-08-01 23:25:28 -07:00 |
|
Eric Erhardt
|
01283e3df9
|
Fixing a small spelling error
|
2016-08-01 23:03:10 -05:00 |
|
Piotr Puszkiewicz
|
997797b01a
|
Merge pull request #3975 from dotnet/piotrpMSFT/removenugethacks
Remove temporary hacks from new NuGet
|
2016-08-01 22:59:15 -04:00 |
|
Piotr Puszkiewicz
|
52ed2b090f
|
Remove temporary hacks from new NuGet
|
2016-08-01 19:11:40 -07:00 |
|
Eric Erhardt
|
df3fea3736
|
Merge pull request #3962 from eerhardt/msbuild-GenerateDepsFile
Implement GenerateDepsFile MSBuild Task
|
2016-08-01 20:17:05 -05:00 |
|
Eric Erhardt
|
b5d312e7fa
|
PR feedback.
|
2016-08-01 19:06:46 -05:00 |
|
Eric Erhardt
|
911f7a9759
|
Merge pull request #3971 from eerhardt/msbuild-UpdateNuGet
Update NuGet to 3.5.0-rc1-1697
|
2016-08-01 16:15:56 -05:00 |
|
Eric Erhardt
|
10cfa744e5
|
PR feedback.
Implement VersionPrefix and VersionSuffix MSBuild properties.
Use FluentAssertions in the test.
|
2016-08-01 15:02:22 -05:00 |
|
Livar
|
9d3b727392
|
Merge pull request #3970 from dotnet/test-protocol-images
Fixing images in the test protocol documentation
|
2016-08-01 12:35:20 -07:00 |
|
Eric Erhardt
|
b3e69b139e
|
Update NuGet to 3.5.0-rc1-1697
|
2016-08-01 13:58:04 -05:00 |
|
Livar
|
c4b777ec3c
|
Fixing images in the test protocol documentation
cc @piotrp @blackdwarf
|
2016-08-01 11:45:28 -07:00 |
|
Eric Erhardt
|
a4aa0a99cd
|
Implement GenerateDepsFile MSBuild Task
|
2016-07-29 20:46:34 -05:00 |
|
Eric Erhardt
|
e3f0a859f8
|
Update README to kick off a build
|
2016-07-29 14:31:16 -05:00 |
|
Livar
|
7d74c31aa8
|
Merge pull request #3963 from livarcocc/compare_ignore_case
Compare ignore case
|
2016-07-29 00:31:22 -07:00 |
|
Livar Cunha
|
89a6bdd197
|
Disabling the msbuild E2E test.
|
2016-07-28 23:35:46 -07:00 |
|
Livar Cunha
|
06bbaf7fb5
|
Disabling build3 tests.
|
2016-07-28 23:13:19 -07:00 |
|
Piotr Puszkiewicz
|
336b97212f
|
Crossgen package name casing
|
2016-07-28 22:29:29 -07:00 |
|
Livar Cunha
|
174eeed45e
|
Adding System namespace to packagedependencyprovidertest, required by StringComparer.
|
2016-07-28 21:57:00 -07:00 |
|
Livar Cunha
|
dca7a4fd41
|
Need to restore the build tools CLI before trying to use it. Now we use it for both restore/publish of build tools.
|
2016-07-28 21:43:09 -07:00 |
|
Livar Cunha
|
da688f71c2
|
Fixing the path to the Build Tools CLI for publisbing tools_runtime
|
2016-07-28 21:27:46 -07:00 |
|
Livar Cunha
|
b05b0e6dc5
|
After NuGet started lower casing the packages, we started hitting issues where we failed to locate dependencies under our list of libraries due to different casing in the libraries names. The fix here is to compare the library names ignoring casing.
|
2016-07-28 21:17:32 -07:00 |
|
Piotr Puszkiewicz
|
ad66b8935c
|
Merge pull request #3957 from dotnet/piotrpMSFT/fixbuild
print all files
|
2016-07-28 03:03:12 -04:00 |
|
Piotr Puszkiewicz
|
ed0f29fde4
|
print all files
|
2016-07-28 00:01:14 -07:00 |
|
Piotr Puszkiewicz
|
4d21dc40cf
|
Merge pull request #3956 from dotnet/piotrpMSFT/fixbuild
Full verbosity for build_tools restore
|
2016-07-28 02:41:43 -04:00 |
|
Piotr Puszkiewicz
|
001504fcec
|
Full verbosity for build_tools restore
|
2016-07-27 23:40:47 -07:00 |
|
Piotr Puszkiewicz
|
527aee89c0
|
Merge pull request #3955 from dotnet/piotrpMSFT/fixbuild
Expose init_tools full verbosity
|
2016-07-28 02:38:12 -04:00 |
|
Piotr Puszkiewicz
|
fd9451d758
|
Expose init_tools full verbosity
|
2016-07-27 23:37:08 -07:00 |
|
Piotr Puszkiewicz
|
1a45eaeb8c
|
Merge pull request #3954 from dotnet/piotrpMSFT/fixbuild
improve diagnostic output
|
2016-07-28 02:28:11 -04:00 |
|
Piotr Puszkiewicz
|
63b11f0690
|
fix fix
|
2016-07-27 23:26:28 -07:00 |
|