Nate McMaster
b9d2ecb4e0
Cleanup console output, removing unuseful logging
2016-12-16 16:16:13 -08:00
Nate McMaster
6ca8127bd6
Add foundation for the testing from packages, not project references
2016-12-16 16:06:30 -08:00
Nate McMaster
6f1057a760
Merge branch 'rel/1.0.0-msbuild3' into feature/msbuild
2016-12-16 14:26:23 -08:00
Nate McMaster
15c1bfa717
Branch for RC.3
2016-12-16 14:25:15 -08:00
Nate McMaster
e588c9ea86
⬆️ PrefixSuffix to msbuild4
2016-12-16 14:13:35 -08:00
Nate McMaster
6a6dfad418
Identify .Sources packages in the build graph
2016-12-15 11:42:16 -08:00
Pranav K
9323122c22
Explicitly specify the version of the CLI
2016-12-15 10:40:38 -08:00
Nate McMaster
a4b7bbab45
Merge branch 'dev' into feature/msbuild
2016-12-15 09:35:06 -08:00
Nate McMaster
d55948cae3
React to changes in KoreBuild
2016-12-14 19:30:44 -08:00
Nate McMaster
c8b37f47d0
Pin functional tests to preview2 of dotnet-cli
2016-12-14 16:34:19 -08:00
Pranav K
4b9276bac2
Updating to 4.4 CoreFx packages
2016-12-14 14:47:32 -08:00
Pranav K
8046dcc0f2
Updating to 4.4 CoreFx packages
2016-12-14 14:47:29 -08:00
Pranav K
f6eb86be78
Updating to 4.4 CoreFx packages
2016-12-14 14:47:29 -08:00
Pranav K
c8c2dfaad9
Updating to 4.4 CoreFx packages
2016-12-14 14:47:29 -08:00
Pranav K
b3afbc79d2
Updating to 4.4 CoreFx packages
2016-12-14 14:47:27 -08:00
Nate McMaster
503b4c97ed
Resolve dependencies and packages from VS2017 solutions ( #464 )
...
* Update 'GetBuildGraph' to understand VS2017 solutions
* Ensure Universe allows repos to self-determine their version of KoreBuild
2016-12-14 11:09:47 -08:00
Nate McMaster
fd632ec654
Cleanup msbuild layout
...
Use one props file for whole repo, avoiding layers of dir.props
2016-12-14 09:13:00 -08:00
Nate McMaster
e94def7eca
Re-enable tests for file delete detection in dotnet-watch
...
Microsoft.NET.Sdk fixed the underlying issue causing these tests to fail.
Resolves #224 .
2016-12-13 10:04:19 -08:00
Nate McMaster
08e3e0b77f
Cleanup dotnet-watch testing
2016-12-13 09:59:11 -08:00
Nate McMaster
44c8920412
Add RepositoryUrl and RepositoryType properties
2016-12-12 17:40:07 -08:00
Nate McMaster
346dfe8fe0
Remove dependency on Microsoft.DotNet.Cli.Utils from test project
2016-12-12 16:40:01 -08:00
Nate McMaster
67c540051b
Update README.md
2016-12-12 16:24:15 -08:00
Nate McMaster
d4313dae3b
Use props from Korebuild
2016-12-12 16:21:18 -08:00
Nate McMaster
902ff8dce3
Build with MSBuild
2016-12-12 15:55:00 -08:00
Nate McMaster
075886884a
Merge branch 'rel/1.0.0-msbuild2-update1' into feature/msbuild
2016-12-12 11:37:06 -08:00
Nate McMaster
d1f94460e2
Back-port fix for implicit imports for dotnet-user-secrets ( #243 )
2016-12-12 10:37:00 -08:00
Nate McMaster
d6079d6595
update dotnet-user-secrets version to 1.0.0-msbuild2-update1
2016-12-12 09:48:02 -08:00
Ajay Bhargav Baaskaran
981dc794b3
Removed packages list in NuGetPackageVerifier.json
2016-12-12 00:49:46 -08:00
Ajay Bhargav Baaskaran
3a9dff9c1c
Removed packages list in NuGetPackageVerifier.json
2016-12-12 00:42:29 -08:00
Ajay Bhargav Baaskaran
9bf8486fe5
Removed packages list in NuGetPackageVerifier.json
2016-12-12 00:42:23 -08:00
Ajay Bhargav Baaskaran
de1bc46ff7
Removed packages list in NuGetPackageVerifier.json
2016-12-12 00:40:48 -08:00
Ajay Bhargav Baaskaran
12ab74493d
Removed packages list in NuGetPackageVerifier.json
2016-12-12 00:40:42 -08:00
N. Taylor Mullen
f66374d274
Update .travis.yml osx image to xcode7.3.
2016-12-08 10:04:24 -08:00
N. Taylor Mullen
09b1f9e511
Update .travis.yml osx image to xcode7.3.
2016-12-08 10:02:34 -08:00
N. Taylor Mullen
9c90925f81
Update .travis.yml osx image to xcode7.3.
2016-12-08 10:02:30 -08:00
N. Taylor Mullen
00fc430658
Update .travis.yml osx image to xcode7.3.
2016-12-08 10:02:26 -08:00
N. Taylor Mullen
5d8be62037
Update .travis.yml osx image to xcode7.3.
2016-12-08 10:01:52 -08:00
Nate McMaster
d48f2abc7c
Use MSBuild project extensions instead of importing the users project
...
Implicit imports prevents using <Import> on a project file that has the Sdk attribute. This change instead generates a file in the MSBuildProjectExtensionsPath to inject targets require to find the UserSecretsId property in a project.
Resolves #242
2016-12-08 09:55:22 -08:00
Nate McMaster
f277816556
Update packaging for tools
...
Move targets files in to 'toolassets'. The 'tools' folder has conventions in NuGet that we don't want applied to these packages.
Downgrade to Microsoft.NETCore.App 1.0.0
Add 'prefercliruntime' package.
2016-12-07 09:37:34 -08:00
Nate McMaster
80e6430332
Re-add dotnet-cli feeds in order to use preview4 packages
2016-12-07 09:28:55 -08:00
Nate McMaster
fad1d2b645
Merge branch 'rel/1.0.0-msbuild2' into feature/msbuild
2016-12-06 09:35:00 -08:00
Prafull Bhosale
6decb66d8c
Upgrade Cli.Utils to preview4-004215
2016-12-05 18:26:48 -08:00
Nate McMaster
17da5242e0
Create console reporter API
...
The reporter API breaks down complex formatter in to composable compontents. Adds 'ReporterBuilder' and 'FormatterBuilder' as syntax sugar for creating reporters with complex formatting rules
Changes in dotnet-watch
- Remove dependency on Microsoft.Extensions.Logging and instead use IReporter for console output
- Only use color output when stdout and stderr are not being redirected
- Make the default output less noisy
Changes in dotnet-user-secrets
- Remove dependency on Microsoft.Extensions.Logging to use IReporter
Changes in dotnet-sql-cache
- Remove dependency on Microsoft.Extensions.Logging to use IReporter
- Add --verbose option
2016-11-30 14:51:08 -08:00
Nate McMaster
f63006dc1a
Pack with NuGet 3.5.0 RTM
2016-11-28 16:39:14 -08:00
N. Taylor Mullen
5da505dfb0
Pin global.json SDK to 1.0.0-preview2-1-003177.
2016-11-23 16:00:34 -08:00
N. Taylor Mullen
587ed4cd61
Pin global.json SDK to 1.0.0-preview2-1-003177.
2016-11-23 15:59:27 -08:00
N. Taylor Mullen
8fd272e7ac
Pin global.json SDK to 1.0.0-preview2-1-003177.
2016-11-23 15:58:01 -08:00
N. Taylor Mullen
fe4527d543
Pin global.json SDK to 1.0.0-preview2-1-003177.
2016-11-23 15:57:55 -08:00
N. Taylor Mullen
e5c4e96705
Pin global.json SDK to 1.0.0-preview2-1-003177.
2016-11-23 15:57:49 -08:00
N. Taylor Mullen
4dea3e7512
Pin global.json SDK to 1.0.0-preview2-1-003177.
2016-11-23 15:57:04 -08:00