Daniel Plaisted
9c18e156fe
Merge upstream changes
2018-12-03 18:10:32 -08:00
Daniel Plaisted
d4db5e64b5
Merge upstream changes
2018-11-29 17:27:58 -08:00
Daniel Plaisted
bde288e6d0
Don't include WindowsDesktop in ARM builds
2018-11-23 09:56:43 -08:00
Daniel Plaisted
d8b5dbb44b
Apply code review feedback
2018-11-21 18:43:34 -08:00
Daniel Plaisted
23a826b544
Merge upstream changes
2018-11-21 15:53:12 -08:00
Daniel Plaisted
67c4e27948
Merge upstream changes
2018-11-20 18:45:43 -08:00
Daniel Plaisted
7b76c6dd89
Generate version file
2018-11-20 10:46:41 -08:00
Livar
25046ed471
Merge pull request #154 from dotnet/enable_win_arm
...
Enabling win-arm CI and builds.
2018-11-19 21:53:17 -08:00
Livar Cunha
6f3303f309
Enabling win-arm CI and builds.
2018-11-16 17:54:46 -08:00
User Toweinfu
36dfe5b5a9
initial support for freebsd
2018-11-16 17:51:51 -08:00
Livar Cunha
60aadab0a8
Stop downloading and add the lzma archive to the SDK output.
2018-11-16 17:02:14 -08:00
Daniel Plaisted
88fda677f3
Remove debugging code
2018-11-16 15:21:09 -08:00
Daniel Plaisted
f69d1f0fd3
Rename DesktopUI to WindowsDesktop
2018-11-16 15:20:52 -08:00
Daniel Plaisted
48c2d3ef4f
Merge upstream changes
2018-11-16 13:56:21 -08:00
Daniel Plaisted
0bf42114de
Include bundled tools in layout
2018-11-13 15:04:44 -08:00
Daniel Plaisted
b1b9dfda09
Include templates in layout
2018-11-12 15:23:44 -08:00
Daniel Plaisted
45c3817d65
Generate bundled versions
2018-11-12 11:52:19 -08:00
Daniel Plaisted
853a27da6f
Add workaround for tar warning about "file changed as we read it" in Docker under Windows host
2018-11-08 08:10:33 -08:00
Daniel Plaisted
f4209b9de6
Don't try creating tar.gz archive on Windows
2018-11-07 18:17:30 -08:00
Daniel Plaisted
2bee59a9bc
Create Mac PKG
2018-11-06 14:29:00 -08:00
Daniel Plaisted
8c9e6aea55
Move / rename PKG generation targets
2018-11-05 14:11:42 -08:00
Daniel Plaisted
24ccfbae1a
Generate RPM Installer
2018-11-05 13:38:10 -08:00
Daniel Plaisted
d2528332b2
Move, merge, and rename RPM targets
2018-11-04 18:52:13 -08:00
Daniel Plaisted
143bee75ff
Produce deb packages
2018-11-01 23:15:59 -07:00
Daniel Plaisted
8d026b422e
Move and merge deb generation targets
2018-10-31 16:42:59 -07:00
Daniel Plaisted
1e32ccfb7e
Generate Windows installers
2018-10-31 16:35:14 -07:00
Daniel Plaisted
6c0c9119fc
Move and rename MSI installer targets
2018-10-31 12:43:19 -07:00
Daniel Plaisted
70dd736032
Create archives for core SDK layout
2018-10-29 13:31:03 -07:00
Daniel Plaisted
ce468ec79e
Move layout folder
2018-10-29 12:26:31 -07:00
Daniel Plaisted
b155e4e8bf
Multitarget core sdk tasks
2018-10-29 11:37:13 -07:00
Daniel Plaisted
ac23150af3
Include DesktopUI shared framework and toolset in redist layout
2018-10-24 16:05:02 -07:00
Daniel Plaisted
584ec3c3d6
Add more components to download / layout
2018-10-24 00:08:51 -07:00
Daniel Plaisted
1344cb26c2
Lay out components in publish directory
2018-10-23 23:15:58 -07:00
Daniel Plaisted
7ab1aa5a6c
Set up infrastructure to download bundled components for layout
2018-10-23 18:16:45 -07:00
Daniel Plaisted
2e76a1e5fd
Build Core SDK tasks to separate folder for consumption during main build
2018-10-22 20:04:13 -07:00
Daniel Plaisted
914f465b30
Get tests and skeleton build tasks building
2018-10-22 19:59:58 -07:00
Egor Chesakov
71f120f27d
Enable CrossgenPublishDir for arm and arm64 in src/redist/redist.csproj
2018-10-13 10:10:12 -07:00
Livar
2c2238a572
Adding the winforms and wpf runtime to the SDK. For now, only for zips, as we don't have a msi yet to bundle up.
2018-08-13 17:04:48 -07:00
jbeisner
1537818815
The target: "PublishVersionFile" fails to fire as it is pinned to [line 30] AfterTargets="Publish" and [line 118] BeforeTargets="Publish"
2018-08-07 17:38:24 +00:00
Chris Rummel
5fab2468f5
Add dependency for restoring packages before trying to find Microsoft.NETCore.DotNetAppHost package.
...
This appears to be a difference between the 2.2.0-preview SDK currently
being used in core-sdk and the 2.1.401-preview SDK currently being used
in source-build. In the 2.2.0 SDK, this target happens to run before
the resolved package list is used, but in the 2.1.401 it is not, so I
added the explicit dependency (doesn't affect anything in the 2.2.0 SDK).
2018-07-18 21:04:14 -05:00
jbeisner
d88a7ce337
The SDK-version directory under the SDK directory should match the advertised SDK version.
2018-07-17 16:40:52 +00:00
Daniel Plaisted
b3be19b820
Fix up runtimeconfig.json files for tools (dotnet, MSBuild, VSTest, etc) to target .NET Core 3.0
2018-07-09 13:46:04 -07:00
Parallels
4d9b015f8f
Fixing a merge issue and crossgen issues.
2018-06-26 14:44:55 -07:00
Livar Cunha
e2b679c4bb
Merge branch 'master' of /Users/livarcocc/Documents/git/cli into merge_master_cli
...
* 'master' of /Users/livarcocc/Documents/git/cli: (1063 commits)
Updating signing project to use new intermediate directory (int).
Update runtimeconfig.json doc for 2.1 (#9382 )
Shortening the path to the intermediate folder by renaming it to int.
fix typo (#9364 )
Updating asp.net to 2.2.0 as well.
Updating the build and tests to work with the 2.2.0 runtime.
Simplified combining dictionaries in Telemetry
Fixing 'Channel' and 'BranchName': "release/2.1.4xx" to "master" (#9362 )
Fix extraction of folders (#9335 )
Update Sha256Hasher.cs
Fix relative path tool path (#9330 )
Insert updated SDK from 2.1.4xx branch
MSBuild 15.8.60
Fix crash when user home directory cannot be determined.
Make `CliFolderPathCalculator` a static class.
Don't add the ReleaseSuffix to the branding on the CLI when DropSuffix is set to true.
Add retry when Directory.Move (#9313 )
Override new SdkResult public properties
Add reference to Microsoft.Build.NuGetSdkResolver
Disable crossgen for MSBuild inline-task refs
...
2018-06-25 22:38:01 -07:00
Livar
80d542b8f4
Merge pull request #9332 from dotnet/merges/release/2.1.4xx-to-master
...
Merge release/2.1.4xx to master
2018-05-31 10:22:00 -07:00
Andy Gerlicher
5e794a064c
Add reference to Microsoft.Build.NuGetSdkResolver
2018-05-21 15:29:37 -07:00
Andy Gerlicher
7bed83fc98
Disable crossgen for MSBuild inline-task refs
2018-05-21 15:29:37 -07:00
Livar
e338e46e10
Merge pull request #9306 from dotnet/merges/release/2.1.4xx-to-master
...
Merge release/2.1.4xx to master
2018-05-17 13:41:23 -07:00
Livar Cunha
2531e3a136
Add NoWarn for the stable package depending on non-stable package when packaging Cli.Utils for tests.
2018-05-16 12:44:23 -07:00
Tanner Gooding
f2f5c1b12b
Merge remote-tracking branch 'dotnet/release/2.1.4xx' into merges/release/2.1.4xx-to-master
2018-05-07 10:55:14 -07:00