Daniel Plaisted
5c56d2c273
Glob for .cab files to sign
2018-12-06 13:14:44 -08:00
Daniel Plaisted
583de7f027
Sign MSI and Bundle
2018-12-06 10:49:10 -08:00
Daniel Plaisted
f974e2bbac
Merge upstream changes
2018-12-05 18:08:40 -08:00
Daniel Plaisted
60f6fe6496
Disable generating DEB packages
...
https://github.com/dotnet/core-sdk/issues/201
2018-12-05 18:02:18 -08:00
Daniel Plaisted
c6b78f4205
Use different dotnet and artifacts folders when running in docker (on Windows)
...
This means docker builds won't conflict with each other or with a non-docker build
2018-12-05 17:48:17 -08:00
Daniel Plaisted
2b9f55496d
Remove dependency on target which doesn't exist
2018-12-05 14:02:31 -08:00
Daniel Plaisted
42c0ecb69a
Hook up building installers to Pack target
2018-12-05 12:21:56 -08:00
Daniel Plaisted
406519bc8a
Sign layout
2018-12-04 22:59:19 -08:00
Daniel Plaisted
6c8f08bbd9
Include AppHostTemplate
2018-12-03 18:58:43 -08:00
Daniel Plaisted
55841f78ea
Crossgen layout
2018-12-03 18:15:31 -08:00
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
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