Commit graph

29469 commits

Author SHA1 Message Date
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
David Fowler
6fb168c25e Update README.md
To reflect the latest
2015-11-07 02:41:54 -08:00
David Fowler
b334c8f28c Fixed a few issues with lock file check
- Normalize version for comparison
- Change dnu restore to dotnet restore in
error message
2015-11-07 02:24:53 -08:00
David Fowler
8ebc1bf9f5 Fixed argument parsing issues with resources 2015-11-07 01:52:59 -08:00
Charles Stoner
d244b07dc5 Merge pull request #162 from cston/repl
Rename 'dotnet interactive' to 'dotnet repl'
2015-11-06 19:31:14 -08:00
Charles Stoner
73ae3e8afb Rename 'dotnet interactive' to 'dotnet repl' 2015-11-06 19:07:38 -08:00
David Fowler
8eb933d827 Arg typo 2015-11-06 17:30:11 -08:00
David Fowler
5b59b69d70 Only attempt to compile to native if managed passed 2015-11-06 17:29:35 -08:00
Piotr Puszkiewicz
6d9d727ed2 Merge pull request #163 from Sridhar-MS/latest-builds
Create/overwrite the latest blob with the most current tar.gz/deb/pkg
2015-11-06 17:27:45 -08:00
Sridhar Periyasamy
09a04a6646 Create/overwrite the latest blob with the most current zip/msi
Also updated the readme file to point to download locations for the latest
binaries/installers
2015-11-06 17:06:55 -08:00
Glenn Condron
edd6cb7108 Merge pull request #161 from dotnet/glennc/pkgchmod
fix permissions for installed files.
2015-11-06 16:58:20 -08:00
Sridhar Periyasamy
3a94e39336 Create/overwrite the latest blob with the most current tar.gz/deb/pkg 2015-11-06 16:35:33 -08:00
glennc
7ae33f3154 fix permissions for installed files. 2015-11-06 15:58:55 -08:00
Sridhar Periyasamy
645892388b Merge pull request #160 from Sridhar-MS/azure-cli
Upload to blob storage using azure CLI.
2015-11-06 15:27:30 -08:00
Sridhar Periyasamy
32b4058a71 Upload to blob storage using azure CLI.
With curl we were hitting the azure server limitation of 64mb - https://msdn.microsoft.com/library/azure/dd179451
2015-11-06 14:40:05 -08:00
Glenn Condron
bb3a629fbb Merge pull request #100 from dotnet/glennc/pkg
Initial commit of pkg authoring
2015-11-06 14:21:31 -08:00
glennc
5624e37c3e Call publish for pkg 2015-11-06 12:48:34 -08:00
glennc
2dd124c635 Remove conclusion, modify welcome. Provide versions to package builds 2015-11-06 12:02:15 -08:00
glennc
713b7a1061 Initial commit of pkg authoring 2015-11-06 12:02:15 -08:00
Sridhar Periyasamy
75ef96aaf8 Merge pull request #152 from Sridhar-MS/publish-index
Automatically update the index in the blob storage for windows.
2015-11-06 11:37:30 -08:00
Sridhar Periyasamy
625b463b95 Merge pull request #153 from Sridhar-MS/upgrade-refs
Fix nuget warnings by ugrading the references to 23504.
2015-11-06 10:13:56 -08:00
Charles Stoner
a89ae4f387 Merge pull request #158 from cston/csi-nupkg
Revert change to 'dotnet run --project' argument
2015-11-06 09:18:24 -08:00
Charles Stoner
1ef48cc094 Revert change to 'dotnet run --project' argument 2015-11-06 08:18:36 -08:00
David Fowler
25c35907b8 Copy the "copy to output" files on compile 2015-11-06 06:15:26 -08:00
David Fowler
f1f1db0d8e Support language version based on schema 2015-11-06 05:53:16 -08:00
David Fowler
b50ae8bbeb Resolve the full path to the key file 2015-11-06 05:24:13 -08:00
Sridhar Periyasamy
3886320508 Merge pull request #154 from Sridhar-MS/docker-env-fix
Pass all the VSO environment variables to the docker instance.
2015-11-05 14:20:35 -08:00
Sridhar Periyasamy
26000b28c7 Pass DOTNET_BUILD_VERSION variable in a consistent manner to the docker instance 2015-11-05 14:00:44 -08:00
Sridhar Periyasamy
aa9e1e1b45 Pass all the VSO environment variables to the docker instance. 2015-11-05 13:43:21 -08:00