David Fowler
8ca5740ce0
Change output for process exiting
2015-10-22 05:31:24 -07:00
David Fowler
18595e221e
Make publish require and entrypoint
2015-10-22 04:34:01 -07:00
David Fowler
f8837f7717
Fix quoting of arguments to handle things with spaces in them
2015-10-22 03:32:32 -07:00
Sridhar Periyasamy
893440aaef
Merge pull request #89 from dotnet/Sridhar-MS-patch-1
...
Update README.md
2015-10-21 16:20:09 -07:00
Sridhar Periyasamy
10f1b6240a
Update README.md
...
Add build status badges
2015-10-21 15:47:45 -07:00
Sridhar Periyasamy
b6761894cc
Merge pull request #86 from Sridhar-MS/xplat-ci
...
Xplat CI for CLI repo
2015-10-21 14:06:16 -07:00
glennc
7339dbd5bf
Force package versions down temporarily while we move to dotnet.
2015-10-21 14:02:47 -07:00
Sridhar Periyasamy
8b4df2d31f
Address PR feedback
2015-10-21 13:47:53 -07:00
David Fowler
5ee8245b38
Fix issues with resolving reference assemblies
...
- Fixed global json lookup
2015-10-21 13:00:13 -07:00
Sridhar Periyasamy
0dbc51890e
Using 'InternalUtilities.getFullJobName' instead of 'Utilities.getFullJobName' to generate the correct Jenkins project name.
2015-10-21 12:39:14 -07:00
Sridhar Periyasamy
05513e60e2
Remove missing variables reference.
2015-10-21 12:31:48 -07:00
Sridhar Periyasamy
4c445a41c0
Merge branch 'xplat-ci' of https://github.com/sridhar-ms/cli into xplat-ci
2015-10-21 12:28:13 -07:00
Sridhar Periyasamy
a5599d8390
Escape '\' char in netci.groovy
2015-10-21 12:27:02 -07:00
Bryan Thornbury
a9bc19f591
Merge pull request #78 from brthor/package_publish
...
Package publishing scripts
2015-10-21 12:14:37 -07:00
Bryan Thornbury
498742e3d3
Remove storage sas from uploaded deb url, move things to scripts dir
2015-10-21 12:13:04 -07:00
Sridhar Periyasamy
21351d1e51
Merge branch 'xplat-ci' of https://github.com/sridhar-ms/cli into xplat-ci
2015-10-21 12:09:50 -07:00
Sridhar Periyasamy
769ed7e5ca
Add ci build script for unix
2015-10-21 12:07:54 -07:00
Sridhar Periyasamy
b2c3ef484f
Fix windows ci build script to exit with the correct exit code.
2015-10-21 12:05:39 -07:00
Sridhar Periyasamy
6349a19846
Add xplat CI support
2015-10-21 11:24:23 -07:00
David Fowler
20a4b43e4b
Fixed duplicate diagnostics
2015-10-21 03:53:07 -07:00
David Fowler
5872aa0f0c
Make all command execution synchronous
...
- This fixes a bunch of weird races I was seeing building
larger solutions.
2015-10-21 03:11:27 -07:00
David Fowler
c1e2d152e3
Remove mono bootstrapping logic
2015-10-21 01:18:14 -07:00
David Fowler
7191080caf
Add a newline to the bash script for exec
2015-10-21 00:35:28 -07:00
David Fowler
62e586549d
Clean up diagnostics output from compile
...
- Show a build summary
- Parse the msbuild format (the one that most compilers output) into a diagnostic message and then print that.
- Fixed formatting of LibraryRange in dependency diagnostics
2015-10-21 00:26:57 -07:00
David Fowler
18fbd3efe7
Remove corpnet feed
2015-10-20 22:20:56 -07:00
Andrew Stanton-Nurse
ca4d160fc3
implement bootstrapping without DNX
...
* fix up dnvm2 port
* produce packages ready for CI to publish
* remove dependency on DNX for stage0 (still needed for restore)
2015-10-20 17:36:25 -07:00
Bryan
e7b3c2bbef
Package publishing scripts
2015-10-20 16:21:03 -07:00
David Fowler
3a26e88deb
Fixed to colors
2015-10-20 15:36:59 -07:00
Andy Gocke
d97d307cdf
Merge pull request #75 from agocke/DowngradeRuntime
...
Downgrade the runtime to -23413
2015-10-20 14:14:24 -07:00
Andy Gocke
1968207cbe
Downgrade the runtime to -23413
...
It appears the compiler is crashing with an ExecutionEngineException
while trying to load the resource satellite assembly on -23419. Until
this is fixed we should downgrade to -23413.
2015-10-20 11:40:08 -07:00
David Fowler
6da43b205d
Support publishing to .NET Framework
...
- Pick .exe or .dll based on emit entry point (true)
- Skip post publish fix up if the target application targets .NET Framework
2015-10-20 04:35:40 -07:00
David Fowler
d42b38d8ff
Small fixes
...
- Change color of executing command
- Fix overwrite in publish
2015-10-20 03:07:21 -07:00
David Fowler
063eb45f8b
Moved the reporter to shared code
2015-10-20 02:42:29 -07:00
David Fowler
086207ebcc
Fix up diagnostics
...
- Show all diagnostics and the relevant location in project.json
even for transitive dependencies
- Removed LibraryRange from LibraryDescription and added a list instead
- Show stack traces in debug mode
- Fixed LibraryType.GetHashCode()
2015-10-20 01:44:00 -07:00
Damian Edwards
89d3d710de
Fix typo in README.md
2015-10-19 21:38:27 -07:00
John Luo
0606e26221
Adding content copying to publish #51
2015-10-19 14:08:52 -07:00
David Fowler
1056577f02
Update README.md
2015-10-19 01:47:45 -07:00
David Fowler
e2c1973dca
Further fix the bootstrapping on *nix
2015-10-19 00:10:55 -07:00
David Fowler
77d97f66f3
Fixed the *nix build
2015-10-18 23:35:43 -07:00
David Fowler
aaecae7824
Make build.cmd and build.sh work
2015-10-18 23:29:51 -07:00
David Fowler
f24aeae6b2
Removed unused variables
2015-10-18 21:34:16 -07:00
David Fowler
0c5464fa8c
Added time for command execution
2015-10-18 21:24:26 -07:00
David Fowler
fc64db1f73
Support resx file embedding
...
- Added resgen tool and takes .resx and makes .resources
- Write .resources and .rsp to obj folder
2015-10-18 21:07:48 -07:00
David Fowler
6ba4781c4f
Made changes to compilation and other things
...
- Added basic support for embedded resources (resx files are next!)
- Print out exit code from executed command (makes debugging easier)
- Fixed dnvm2.cmd to avoid putting things on the user path
- Fixed up propagation of exit codes
2015-10-18 19:02:09 -07:00
David Fowler
dc46d3e23e
Invert boolean logic for project refs building
2015-10-18 07:41:59 -07:00
David Fowler
ba743b1ae6
Small tweaks to fix mono bootstrapping
2015-10-18 07:32:42 -07:00
David Fowler
c45ff35aed
Successful build on OS X and linux
...
- Mono 4.3 was required to work with certain compilation options on the
first pass but this is temporary.
- Support outputting portable pdbs when not running on windows by
default
2015-10-18 07:10:22 -07:00
David Fowler
7f59f00317
Closer to xplat build working
...
- Use newer nuget feed
- Lift versions to get new implementations
- Removed more dead code
2015-10-18 06:53:47 -07:00
David Fowler
2df6ec04ab
Marked unresolved deps as compatible but unresolved
2015-10-18 04:35:49 -07:00
David Fowler
5e21276cd9
Bootstrapping on OSX and Linux require mono (mcs specifically)
...
First pass requires mcs but it works
2015-10-18 04:02:58 -07:00