Eric Erhardt
c481ad9cdc
Merge all hard-coded versions and version suffixes to be defined in a single spot.
2017-01-10 20:54:11 -06:00
Livar
839bc2394e
Merge pull request #5228 from eerhardt/FixBuild
...
Fix official build break by referencing WindowsAzure.Storage 7.2.1 everywhere
2017-01-05 23:26:40 -08:00
Eric Erhardt
28ff7c51a1
Fix official build break by referencing WindowsAzure.Storage 7.2.1 in all build assemblies.
2017-01-05 23:37:15 -06:00
Livar Cunha
b41eb43883
Updating our projects and test assets to work with the latest SDK.
2017-01-05 19:44:52 -08:00
Krzysztof Wicher
b813695fc0
remove cross project cs dependencies from dotnet-cli-build.csproj
2016-12-29 16:14:49 -08:00
Livar Cunha
3b081316ad
Updating the SDK version in the BundleSdks.props and adding dirs.props back to all csprojs but the TestAssets ones.
2016-12-20 16:38:04 -08:00
Piotr Puszkiewicz
da82bdb05d
Centralize Microsoft.Net.SDK Version ( #4890 )
...
* Centralize Microsoft.Net.Sdk package version
Note: Templates were omitted as their version needs to be static.
* Unifying additional missmatched versions
* prefercliruntime
whitespace threw off ReplaceAll
* Additional missed globs
* Revert SDK version for performance tests
* PR Feedback
* Roll back VSTestXunitDesktopAndNetCore.csproj SDK version
2016-12-02 09:34:03 -08:00
Justin Goshi
be61afcfa5
Remove unused project.json and .xproj files ( #4735 )
...
* Remove unused project.json and .xproj files
* Update the test msi script
2016-11-15 16:12:19 -10:00
Piotr Puszkiewicz
b354e1a3c6
Eliminate imports from CLI, where possible ( #4673 )
...
* Remove imports from dotnet.dll
* Add back dotnet5.4 to dotnet.dll due to AppInsights
* dotnet-cli-build.csproj: OData
redist.csproj: AppInsights
2016-11-10 10:19:37 -08:00
Nate Amundson
343374d7c7
Support building with custom container name
...
Currently, using a custom container name is supported for only some
publish steps. This commit makes it supported for all publish steps.
This commit also ensures that the Overwrite property is specified on all
calls to the UploadToAzure task.
2016-09-22 19:02:53 -07:00
Joel Verhagen
3619b7d767
Set the "hashPath" when building the .deps.json file
...
Update Microsoft.Extensions.DependencyModel to 1.0.1-beta-000933
Update Microsoft.DotNet.PlatformAbstraction to 1.0.1-beta-000933
Update NuGet to 3.6.0-beta.1.msbuild.4
Update dotnet-test-xunit to 1.0.0-rc2-350904-49
2016-09-02 10:02:54 -07:00
Joel Verhagen
aacc30d5d8
Add "path" property the .deps.json file for libraries
...
Update DependencyModel and PlatformAbstractions packages to 1.0.1-beta-000917
Update dotnet-test-xunit to 1.0.0-rc2-330423-54
2016-08-18 15:57:03 -07:00
Livar Cunha
90232486e5
Updating System.Reflection.Metadata to a newer version in some projects that I forgot to do so before.
2016-08-18 11:55:27 -07:00
Livar Cunha
b7b90175f4
Removing the public types from InternalAbstractions.
2016-08-10 13:39:49 -07:00
Piotr Puszkiewicz
5ebc6a1ceb
Decompose Crossgen, remove CleanPublishOutput, replace ExtractArchive with *FileExtractToDirectory ( #3927 )
...
* Eliminate CleanPublishOutput
* Decompose Crossgen Task
* WiP
* TarGzFileExtractToDirectory
* FixModeFlags --> CHMod
Also various eliminations of dead code
* Tasks cleanup
Move all tasks to .tasks file. There is little value in keepint them in each source file as they are already being used assumptively by files that happen to get executed later.
Also eliminating uses of <Exec> for DotNet invocations
* Move to BuildTools implementation of TarGzCreateFromDirectory
* Eliminate Command.cs and helpers
* Remove dead code
* Revert TarGz from BuildTools
Latest build tools package has not picked up the task, though it is checked in.
* Disable ChMod on Windows
* Windows bug fix
* PR Feedback
* Finish changing Chmod caps
2016-07-26 00:29:59 -04:00
Piotr Puszkiewicz
9446a81a25
Move CheckPrereqs to MSBuild ( #3895 )
...
* Move CheckPrereqs to MSBuild
* Tabs to Spaces
* PR feedback
2016-07-20 23:42:23 -04:00
Piotr Puszkiewicz
24d2e638d5
Build Cleanup: Part 2 ( #3890 )
...
* Remove deprecated build_projects sources
* Remove BuildSetup, StandardGoals, and Target Attributes
* Incremental restore of tasks dll
* CheckPreReq conforms with MSBuild Error Handling guidelines
* Eliminate deprecated content
* PR Feedback
2016-07-19 17:01:02 -04:00
Livar Cunha
03a17a9b76
Adding a task to set the blob properties correctly based on type.
2016-07-15 11:40:56 -07:00
Livar Cunha
6d7f110122
Uploading assets using msbuild.
...
Copying Microsoft.WindowsAzure.Storage.dll to the sdk stage0 folder to get around issue https://github.com/Microsoft/msbuild/issues/658 .
2016-07-14 16:56:20 -07:00
Livar Cunha
aebb42335c
Changed dotnet stage0 to no longer pivot on OS. We just place it under dotnet_stage0/
2016-07-05 16:28:00 -07:00
Bryan Thornbury
fa97921a4d
change to properties, artifact names
2016-06-29 15:12:58 -07:00
Eric Erhardt
15b2a9d9db
Convert all CLI build targets to MSBuild Tasks. ( #3690 )
2016-06-24 11:06:13 -07:00
Eric Erhardt
aafc700d73
Fixing AzurePublisher to upload files to the correct URL.
...
Previously it was duplicating the full URL inside of the blob container.
2016-06-22 15:54:07 -05:00
Eric Erhardt
80332c8fc3
Port https://github.com/dotnet/core-setup/pull/168 to CLI.
2016-06-21 19:18:48 -05:00
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
Senthil
b81ef0fbd6
Fix .deb package name to include versions
2016-06-14 02:10:16 -07:00
Bryan Thornbury
0f640a32e3
download fxr installer file, use it in pkg targets
2016-06-14 02:09:12 -07:00
Eric Erhardt
f25f047376
Updating CoreFX, CoreCLR, Roslyn, CoreSetup to stable versions.
2016-06-14 03:14:53 -05:00
Livar
9f2bb66198
Merge pull request #3485 from livarcocc/offline
...
Offline feature work
2016-06-12 00:58:26 -07:00
Eric Erhardt
3c5e51adb2
System.Private.CoreLib.dll IL binary is getting crossgen'd mistakenly.
...
This causes both the IL ".dll" and the native image "ni.dll" to be the same size in the Shared Framework. This is incorrect, as the IL binary is much smaller.
The fix is to add ".dll" to the excludedLibraries list in the Crossgen util.
Fix #3522
2016-06-11 12:36:00 -05:00
eerhardt
2aa3dd0843
Updating CoreFx, CoreClr, Roslyn, CoreSetup to rc3-24210-10, rc3-24210-10, beta1-20160610-04, rc3-3004459-00 respectively
2016-06-11 04:29:58 +00:00
Livar Cunha
5f220a1677
Generating the archive in the sdk folder of stage2.
2016-06-10 16:54:14 -07:00
Bryan Thornbury
a3447617f9
Merge pull request #3464 from brthor/brthor/3400
...
update product monikers from rc2
2016-06-10 14:33:36 -07:00
eerhardt
7b51f28c7f
Updating CoreFx, CoreClr, CoreSetup to rc3-24210-06, rc3-24210-01, rc3-3004449-00 respectively
2016-06-10 15:05:30 +00:00
Eric Erhardt
dc8f59e29b
Fix the VersionRepoUpdater to handle symbols.nupkg files correctly.
2016-06-10 03:16:25 -05:00
eerhardt
cd9bcd40b3
Updating CoreFx, CoreClr, CoreSetup to rc3-24209-08, rc3-24208-04, rc3-3004442-00 respectively
2016-06-09 21:14:15 -05:00
Eric Erhardt
be2a94f136
Merge pull request #3470 from eerhardt/Symbols
...
Publish symbol.nupkg files to myget.
2016-06-09 17:16:48 -05:00
Bryan Thornbury
1dc6b0e2dd
Make the nuget cache local to the repo ( #3370 )
...
* fixes #3368
* Update build nuget cache to be in the repo
2016-06-09 15:05:27 -07:00
Eric Erhardt
abcaa595de
Publish symbol.nupkg files to myget.
...
Fix #3445
2016-06-09 15:38:23 -05:00
Bryan Thornbury
6ad383666a
update product monikers to rc2
2016-06-09 11:25:14 -07:00
Eric Erhardt
f43aad780c
Updating CoreFx, CoreClr, Roslyn, CoreSetup, DiaSymReader to rc3-24208-04, rc3-24208-04, beta1-20160608-03, rc3-004425, rc2-60608-04 respectively
2016-06-08 22:56:25 -05:00
Eric Erhardt
d2f1fa0300
Updating CoreFx, CoreClr, CoreSetup to rc3-24207-03, rc3-24207-03, rc3-004415 respectively.
2016-06-07 18:24:30 -05:00
Eric Erhardt
82ef0304bb
Crossgen now requires a Jit package to be specified.
...
Port Crossgen fix from core-setup.
See a2857af7e3
2016-06-07 18:22:52 -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
eerhardt
354b1d38d5
Updating CoreFx, CoreSetup to rc3-24206-00, rc3-004404 respectively
2016-06-06 14:24:51 +00:00
eerhardt
ea8ae8d1c7
Updating CoreFx, CoreSetup to rc3-24204-00, rc3-004400 respectively
2016-06-04 18:32:34 +00:00
Eric Erhardt
f16f2e64eb
Updating CoreFx, CoreSetup, Roslyn to rc3-24201-00, rc3-004391, beta1-20160602-01
2016-06-03 07:27:42 -05:00
Livar Cunha
7652335195
Addressing code review comments and adding opensuse 13.2
2016-05-31 15:15:57 -07:00
Matt Ellis
2155a419ad
Generate correct badges filenames
2016-05-31 15:15:56 -07:00