Nate McMaster
43c5537ef7
Update CLI to 1.0.0-rc4-004913
2017-02-28 12:20:05 -08:00
Pranav K
92dc843a6f
Revert "Revert to CLI 1.0.0-rc4-004883"
...
This reverts commit 1dfe1b434b
.
2017-02-27 13:50:19 -08:00
Nate McMaster
1dfe1b434b
Revert to CLI 1.0.0-rc4-004883
2017-02-27 10:39:22 -08:00
Nate McMaster
6ddaef3bc5
Update CLI to 1.0.0-rc4-004911
2017-02-27 10:23:25 -08:00
Nate McMaster
5010eac5e7
Remove unnecessary backslash
...
Resolves https://github.com/aspnet/KoreBuild/issues/182
2017-02-24 22:41:03 -08:00
Nate McMaster
fae3e7a4e7
Rename restore target in _k-standard-goals.shade
2017-02-24 13:40:20 -08:00
Pranav K
2ca2a313ac
Use a different target name for Restore
...
Fixes https://github.com/aspnet/KoreBuild/issues/177
2017-02-24 11:53:35 -08:00
Nate McMaster
2e27a90e76
Update CLI to 1.0.0-rc4-004883
2017-02-23 11:31:46 -08:00
Nate McMaster
b76a95dd00
Update CLI to 1.0.0-rc4-004847
2017-02-21 16:17:55 -08:00
Nate McMaster
aea68b4eb6
Update to CLI 1.0.0-rc4-004842
2017-02-17 18:55:01 -08:00
Nate McMaster
b3dda1ee3f
Update CLI to 1.0.0-rc4-004840
2017-02-17 16:26:55 -08:00
Nate McMaster
ef2b8af9fb
Update CLI to 1.0.0-rc4-004836
2017-02-17 09:33:50 -08:00
Nate McMaster
eb45bd28f4
Update to CLI 1.0.0-rc4-004834
2017-02-16 13:32:05 -08:00
Nate McMaster
e6ff9eef2f
Use exclude syntax on default items
2017-02-16 11:18:26 -08:00
Nate McMaster
4b39279676
Ignore stdout from sake to determine MSBuild errors
2017-02-16 10:36:02 -08:00
Nate McMaster
6ba347c1e7
Move DefaultItem settings into a separate file
2017-02-16 09:12:54 -08:00
Nate McMaster
4e32ec27a4
Port xunit-test target to MSBuild
2017-02-16 09:12:53 -08:00
Nate McMaster
115baf635f
Upgrade CLI to 1.0.0-rc4-004828
2017-02-15 18:16:23 -08:00
Nate McMaster
46216d18e4
Revert bad merge and don't install .NET Core 1.2
2017-02-15 17:07:33 -08:00
Nate McMaster
6dd310d1db
Update KoreBuild.sh
...
Remove unnecessary installation of the 1.0.0 runtime. This is included by default with the SDK installer.
2017-02-15 09:51:57 -08:00
Nate McMaster
bcd2acb72c
Merge branch 'dev' into feature/msbuild
2017-02-14 12:52:41 -08:00
Pranav K
c4e40ee343
Conditionally download nuget.exe
2017-02-13 16:21:21 -08:00
Nate McMaster
35f3495b6a
Add Internal.AspNetCore.BuildTools.Tasks to makefile.proj
2017-02-13 14:45:02 -08:00
Nate McMaster
e6d5c87d52
Workaround bug in contentFiles and project.json due to MVC
...
MVC still builds on project.json which doesn't understand contentFiles that use 'any'. Change the layout of the package to include a known TFM
2017-02-10 20:58:07 -08:00
Nate McMaster
b16e2837b6
Auto-package shared/*.Sources folders as contentFiles packages
2017-02-10 17:51:17 -08:00
Nate McMaster
4714308000
Update dotnet-install.ps1 to stop overwriting dotnet.exe
...
Also, update to NuGet.exe 4.0.0-rc4
2017-02-09 15:19:20 -08:00
Nate McMaster
646d1aeea4
Ensure trailing slashes
2017-02-09 14:43:59 -08:00
Nate McMaster
6616302c73
Build solution files
2017-02-09 14:22:29 -08:00
Nate McMaster
f57e6fce88
Revert "Revert "Use dotnet msbuild to launch makefile.shade""
...
This reverts commit 1cc9f9087d
.
2017-02-08 16:25:24 -08:00
Nate McMaster
993a11dd21
Remove commit hash assembly attribute generation
2017-02-07 10:17:29 -08:00
Doug Bunting
77454d884a
Do not assume content of the SAMPLES_PROJECT_GLOB variable
...
- samples folder may exist _only_ to enable use of a modified SAMPLES_PROJECT_GLOB
Other alternatives to the `Directory.Exists("samples")` approach:
- change default glob to something like `sam*ples/*/*.csproj`
- that wouldn't require the samples folder but may in the future match something unintended
- update PathResolver.shade in Sake to avoid `Directory.GetFiles(path, ...)` when path doesn't exist
- could copy PathResolver.shade into KoreBuild to avoid updating Sake
- but, this option can still hide real errors very easily
2017-02-06 19:55:58 -08:00
Ryan Brandenburg
74d196033d
Add information to missing baseline message ( #161 )
2017-02-03 10:32:42 -08:00
Pranav K
1cc9f9087d
Revert "Use dotnet msbuild to launch makefile.shade"
...
This reverts commit 0e30b52501
.
2017-02-03 10:12:08 -08:00
Pranav K
0e30b52501
Use dotnet msbuild to launch makefile.shade
2017-02-03 10:06:06 -08:00
Pranav K
1c4f25c02e
Updating to CLI version 1.0.0-rc4-004757
2017-02-03 08:38:07 -08:00
Pranav K
2b4af934b7
Add .NET 4.6.1 reference assemblies
...
Fixes #162
2017-02-02 17:53:30 -08:00
Nate McMaster
8beb37fabe
Update cli.version to 1.0.0-rc3-004530
2017-01-30 11:10:14 -08:00
Pranav K
0b6e1ee6d3
on't update CLI versions based on environment variables (part 2)
2017-01-29 09:16:04 -08:00
Pranav K
14d9eec4eb
Don't update CLI versions based on environment variables
2017-01-27 18:20:20 -08:00
Nate McMaster
1ffc511a07
Remove installation of CLI preview4
2017-01-20 14:16:59 -08:00
Nate McMaster
f55ca3b073
Invoke NuGet.targets directly to avoid race condition caused by issue in solution targets
...
See Microsoft/msbuild#1587
2017-01-20 12:46:49 -08:00
Nate McMaster
d896eb9a50
Install RC3 and preview4 CLI while we transition repos
...
This should only take a few days....hopefully.
2017-01-19 17:23:59 -08:00
Nate McMaster
02bd945d32
Merge branch 'feature/msbuild' into feature/msbuild-rc3
2017-01-19 10:15:16 -08:00
Nate McMaster
23786642d2
Upgrade to CLI 1.0.0-rc3-004522
2017-01-19 09:37:31 -08:00
ASP.NET Push Bot
b2071feabf
Updating shared runtime to 1.2.0-beta-001304-00
2017-01-19 04:22:31 -08:00
ASP.NET Push Bot
c92ea83948
Updating shared runtime to 1.2.0-beta-001304-00
2017-01-19 04:22:25 -08:00
Nate McMaster
12197af594
Update CLI to 1.0.0-rc3-004517
2017-01-18 10:00:55 -08:00
Nate McMaster
9eee1483bc
Update to cli 1.0.0-rc3-004512
2017-01-17 11:00:32 -08:00
Nate McMaster
41d21157dd
Avoid restoring Microsoft.NETCore.App into build folder
2017-01-13 15:04:39 -08:00
Nate McMaster
dadda13c80
⬆️ CLI 1.0.0-rc3-004500
2017-01-13 14:23:43 -08:00