Commit graph

347 commits

Author SHA1 Message Date
Andrew Stanton-Nurse
06c66638f3 switch to repo-local stage0
fixes #200
2015-11-16 13:49:29 -08:00
Andrew Stanton-Nurse
6e3ade1672 fix issue with release build on VSO 2015-11-16 10:45:19 -08:00
Andrew Stanton-Nurse
d0f40917bc fix Windows VSO build 2015-11-16 10:20:47 -08:00
Andrew Stanton-Nurse
4cc15b1246 restructure the output layout
also reorganize the scripts folder
2015-11-16 09:44:00 -08:00
David Fowler
df3a5fba7a First pass at dotnet-pack
- Ported nuget package building code over from dnu. Moved that code to use NuGet v3 primitives.
- Simplified the package builder API
- Left out resources and schema detection for now
- This folder should remain self contained as the code will be copied into NuGet v3.
- Missing features include symbols packages
2015-11-15 09:12:48 -08:00
Krzysztof Wicher
ba3f0745e3 Merge pull request #183 from dotnet/update_readme
Update README.md
2015-11-12 19:16:21 -08:00
Glenn Condron
9208b4f6c2 Merge pull request #172 from dotnet/glennc/shellinstall
Add install.sh to install the latest cli
2015-11-12 12:19:48 -08:00
glennc
1f47daec1c Feedback changes plus ability to detect if latest is already installed 2015-11-12 12:18:19 -08:00
glennc
ddb8c04dd1 Some text updates for the install.sh file 2015-11-12 12:18:19 -08:00
glennc
ad4edf82ad Add install.sh to install the latest cli on a machine 2015-11-12 12:18:19 -08:00
Andrew Stanton-Nurse
9718a4818c update NuGet.Packaging reference 2015-11-12 10:38:57 -08:00
Krzysztof Wicher
e04f158078 Update README.md 2015-11-12 02:45:22 -08:00
Andrew Stanton-Nurse
2590e75475 add .version file to package 2015-11-11 22:49:39 -08:00
Andrew Stanton-Nurse
2d974c2680 fix formatting of windows version file 2015-11-11 22:23:41 -08:00
Andrew Stanton-Nurse
758d347f87 upload the data as raw binary data and set content-type 2015-11-11 22:13:35 -08:00
Andrew Stanton-Nurse
b920a77234 fix build and version upload 2015-11-11 21:54:58 -08:00
Sridhar Periyasamy
f029cb2734 Merge pull request #178 from Sridhar-MS/release-config
Add support to build release binaries in the repo.
2015-11-11 20:06:00 -08:00
Andy Gocke
cc1d8f9215 Merge pull request #179 from agocke/UpgradeCscCoreReference
Upgrade compiler version and fix crossgen
2015-11-11 17:10:58 -08:00
Andy Gocke
5bfb626799 Upgrade compiler version and fix crossgen
The latest compiler nugets have missing dependencies, so
this temporarily turns on -MissingDependenciesOK for crossgen
2015-11-11 16:33:06 -08:00
Sridhar Periyasamy
8779fa6c10 Add support to build release binaries in the repo for linux and osx. 2015-11-11 16:11:29 -08:00
Sridhar Periyasamy
6aadcddc0a Add support to build release binaries in the repo. 2015-11-11 15:53:30 -08:00
Andrew Stanton-Nurse
e094169533 still don't know how to bash 2015-11-11 15:33:45 -08:00
Andrew Stanton-Nurse
d9dd05f4a0 fix version file format 2015-11-11 15:15:31 -08:00
Andrew Stanton-Nurse
d7bae750b2 how do I bash? 2015-11-11 15:07:56 -08:00
Andrew Stanton-Nurse
d5e9ac88ca add version metadata to package
also publish latest version metadata to blob storage
2015-11-11 14:35:23 -08:00
Sridhar Periyasamy
a1fbe60e13 Merge pull request #174 from Sridhar-MS/install-azure-cli
Install azure cli in the docker container
2015-11-10 18:01:34 -08:00
Sridhar Periyasamy
e31dae6bee Add '-y' to prevent prompts during installation. 2015-11-10 17:49:33 -08:00
Sridhar Periyasamy
0878879bc8 Fix type in Dockerfile and set the UPLOAD_URL variable to the correct location. 2015-11-10 17:28:46 -08:00
Sridhar Periyasamy
b34d7772e3 Install azure cli in the docker container
We need azure cli to publish atrifacts to the azure blob storage.
2015-11-10 17:20:18 -08:00
Bryan Thornbury
f1cfe8c166 Merge pull request #173 from brthor/docker_package
Change CI Build to only build packages inside of docker
2015-11-10 16:53:40 -08:00
Bryan
cdf8b90494 Refactor docker entrypoint to reduce potential for out of sync build and ci_build scripts 2015-11-10 16:22:42 -08:00
Sridhar Periyasamy
32e7a71a49 Set up the CXX environment variables for Cmake to find the right compiler. 2015-11-10 16:22:42 -08:00
Bryan
d18385d5a4 Change CI Build to only build packages inside of docker 2015-11-10 16:22:41 -08:00
Bryan Thornbury
317ca5e2a8 Merge pull request #147 from brthor/deb-versioning
Match Debian Package Version to CI Build Version
2015-11-10 15:00:07 -08:00
Bryan
aaf1993c11 Address PR Feedback. Add back publish in package script: 2015-11-10 14:47:43 -08:00
Bryan
4971df9f9a Changes to propagate PACKAGE_VERSION from build to deb template generation scripts 2015-11-10 14:23:54 -08:00
Charles Stoner
a4164dbf11 Merge pull request #170 from cston/version
Update Microsoft.Net.Compilers.netcore version
2015-11-09 12:11:27 -08:00
Andrew Stanton-Nurse
dcb5e7e7ee stamp the commit into the stage2 package 2015-11-09 11:44:15 -08:00
David Fowler
df8ac0c7ce Added initial workspace implementation for project.json 2015-11-09 11:37:16 -08:00
Charles Stoner
3b8b7b6cb0 Update Microsoft.Net.CSharp.Interactive.netcore version 2015-11-09 10:27:01 -08:00
David Fowler
215b53c6ab Added a basic workspace implementation
- This is a port of a simple project.json workspace I wrote a while back. It's been updating to use the new APIs (which actually made it much easier to implement).
2015-11-09 00:23:46 -08:00
David Fowler
5711d1764d Rename strongName: true to useOssSigning 2015-11-09 00:19:39 -08:00
David Fowler
46810f5775 Fix dependencies in TestApp 2015-11-08 10:28:12 -08:00
David Fowler
cb471485a9 Change the line number for version conflcits
- Use the project.json that caused the conflict
2015-11-08 10:22:09 -08:00
David Fowler
b343d121a3 Show more dependency warnings
- Show version conflicts
- Fixed the formatting of version ranges
- Fixed conflicts found in the cli
2015-11-08 09:52:28 -08:00
David Fowler
82f3b22308 Removed extra space 2015-11-08 07:39:23 -08:00
David Fowler
1470ab60d2 Fix dependency issues
- Normal behaviors things were being shown as warnings. Cousin dependencies
always get version bumped.
2015-11-08 07:38:42 -08:00
David Fowler
41516f5a37 Fix up some error handling
- Don't flood console with compilation errors
if the framework isn't installed.
- Split errors into unspecified reference assembly base path and uninstalled framework.
2015-11-07 23:53:05 -08:00
David Fowler
537ba800f5 Update README.md 2015-11-07 22:16:39 -08:00
David Fowler
1aff1bcc69 Update README.md 2015-11-07 02:42:49 -08:00