Eric Erhardt
4f1d9c4e23
Fixing up build publishing to be more organized
...
Partly fixes #3120 by organizing the output files in blob storage according to the design in the bug
2016-06-21 17:21:04 -05:00
Bryan Thornbury
d717b84ec8
merge rel/1.0.0-preview2 into rel/1.0.0
2016-06-15 10:20:50 -07:00
Bryan Thornbury
f75ee876d8
Enable ubuntu16 deb creation and publishing
2016-06-14 02:32:39 -07:00
Bryan Thornbury
42e890db79
reenable deb
2016-06-13 10:49:24 -07:00
Eric Erhardt
0eb24de0a8
CLI dotnet/versions build info files should be separated between the branches.
...
Adding a "BranchName" branchinfo.txt variable like we have in core-setup. This allows to update the correct path under dotnet/versions/build-info.
Also, moving UpdateVersionsRepo into FinalizeBuild.
2016-06-08 18:02:59 -05:00
Eric Erhardt
72fa4f6cf3
Fix Ubuntu build break.
...
Ubuntu is currently broken because we added a new channel, and a switch statement wasn't expecting the new channel.
The fix is to eliminate the switch statement on the channel and always return "dotnet-dev-<version>" for the debian sdk package name.
2016-06-07 18:02:33 -05:00
MichaelSimons
c622debad0
Removed publish logic that triggered dotnet-preview Docker builds. This logic has been moved to Maestro.
2016-06-02 19:07:16 -07:00
Livar Cunha
7652335195
Addressing code review comments and adding opensuse 13.2
2016-05-31 15:15:57 -07:00
Matt Ellis
20f9811741
Fix versioned BuildPlatforms logic
2016-05-31 15:15:56 -07:00
Livar Cunha
7963018d3d
Small changes that I noticed when diffing the files
2016-05-31 15:15:08 -07:00
Livar Cunha
e634fedae8
Adding Fedora 23
2016-05-31 15:15:08 -07:00
Livar Cunha
84d1b60ffe
Adding docker files, modifying scripts and code to handle ubuntu 16.04
2016-05-31 15:15:08 -07:00
Bryan Thornbury
f31472764f
Sync build_projects/shared-build-targets-utils with Core-Setup
2016-05-27 13:24:39 -07:00
Bryan Thornbury
66381098dd
stop nuking latest binaries
2016-05-26 10:20:14 -07:00
Eric Erhardt
bbd5f7549e
Fix build failure in PublishTargets.
...
InitPublish is trying to access a BuildContext variable that is no longer there. It doesn't need that variable, so removing it.
2016-05-25 22:32:10 -05:00
Bryan
aa01110c33
Remove The host build, consume the host build from core-setup
2016-05-25 14:49:12 -07:00
Eric Erhardt
2a870ee6c3
Remove updating dotnet/versions repo with the latest shared framework version. This is breaking the build, and it should be done in core-setup instead.
2016-05-24 16:53:35 -05:00
Eric Erhardt
78e34c6eb7
Move PullNupkgFilesFromBlob into FinalizeBuild.
...
Also, update dotnet/versions for the DotNetHost and NetCore.App packages.
Fix #3031
2016-05-21 23:18:13 -05:00
Eric Erhardt
e28450e5a3
Move GITHUB_PASSWORD env var check out of VersionRepoUpdater.
2016-05-18 14:14:50 -05:00
Eric Erhardt
4394cfa358
Update github.com/dotnet/versions when new CLI builds are produced.
2016-05-17 21:24:00 -05:00
Bryan
7bf08c5bd5
Bring Host build into separate project
2016-05-16 14:55:15 -05:00