Dustin Campbell
ce1b42ad4b
Update Microsoft.WindowsDesktop.App to working version
...
A version of Microsoft.WindowsDesktop.App slipped into the SDK that was broken. Essentially, it contained reference
assemblies instead of implementation assemblies.
2019-01-02 10:41:07 -08:00
Daniel Plaisted
8d071f3d19
Merge pull request #230 from dsplaisted/additional-known-framework-info
...
Additional information about shared frameworks to bundled versions
2018-12-31 10:51:25 -08:00
Daniel Plaisted
9c7d90a9cf
Fix build environment script
...
See https://github.com/dotnet/cli/issues/10513
2018-12-30 00:14:04 -08:00
Livar Cunha
5513d6d41d
Updating stage0 to 3.0.100-preview-009812 again. This change was lost when we moved to arcade.
2018-12-28 14:15:07 -08:00
Livar Cunha
e938207d08
Re-enabling freebsd as a build leg.
2018-12-28 13:19:36 -08:00
dotnet-maestro[bot]
024acf02a0
Update dependencies from https://devdiv.visualstudio.com/DevDiv/_git/DotNet-Trusted build 852
...
This change updates the following dependencies
- Microsoft.WindowsDesktop.App - 3.0.0-alpha-27218-5
2018-12-27 13:08:10 +00:00
Livar Cunha
990a41eab1
Fixing the version branding for this repo back to preview.
2018-12-26 15:06:23 -08:00
Livar
dbf58695f2
Merge pull request #217 from tmat/patch-1
...
Update SourceLink to 1.0.0-beta2-18618-05
2018-12-26 13:47:34 -08:00
Livar
671aa19d0d
Merge branch 'dev/arcade' into patch-1
2018-12-26 13:22:22 -08:00
Livar
d532b9b340
Merge branch 'dev/arcade' into dev/advolker/arcade
2018-12-26 13:20:53 -08:00
Livar Cunha
f89c855d80
Actually only include the badge when publishing badge and binaries.
2018-12-26 11:55:10 -08:00
Livar Cunha
a0b8eeb8c9
Prevent attempting to publish duplicate badge and checksum files.
2018-12-26 11:42:24 -08:00
Livar Cunha
3ccbd61dc0
Fixing a build failure due to the merge from master.
2018-12-26 09:57:33 -08:00
Livar Cunha
3ce8eaefaa
Merge branch 'master' into official_builds
...
* master:
Adding a Wpf and Winforms templates registry key (#218 )
Update coresetup to preview-27218-01 (#216 )
Update WindowsDesktop Framework (#215 )
Update coresetup to preview-27217-02 (#214 )
Update coresetup to preview-27217-01
Update coresetup to preview-27216-02 (#211 )
make GivenDotnetUsesDotnetTools test optional based on AspNetCore availability (#207 )
Update DependencyVersions.props
Include the WindowsDesktop sharedframework in install 'Finish' page. (#208 )
Update readme; core-sdk:master (#209 )
Update WindowsDesktop
Update toolset
Update coresetup to preview-27214-02
change debug to Debug to match managed part
add entry for freebsd to badge processing
update stage0 sdk to 3.0 preview
Update coresetup to preview-27206-02 (#202 )
initial support for freebsd
2018-12-25 19:08:40 -08:00
Parallels
d3e2ea2488
Fixing debs generation. The issue was that we were losing the exec permission on the apphost in the sdk folder. This caused it to not be picked up by dh_shlibsdeps. This happened because the order of the apphost acquisition was changed to be after crossgen, where we change permissions of all files under the SDK folder to 644. The fix here was to make the apphost acquisition to happen after crossgen.
2018-12-25 11:52:51 -08:00
Livar Cunha
e0e642a543
Fixing the publishing of deb and rpm files. Also added a property to turn off publishing binaries, as we need to prevent the linux-x64 binaries from being published multiple times.
2018-12-21 21:43:17 -08:00
Livar Cunha
23b7b332e6
Producing and publishing checksums. Also, publishing sdk assets ourselves, so that we can add metadata regarding where to push nupkgs.
2018-12-21 19:42:48 -08:00
Adam Yoblick
40c5659ce2
Enable dependency flow in to coresdk
2018-12-21 16:24:58 -06:00
Livar
92217daaa8
Removing strong name signing from our signing and fixing crossgen for arm.
2018-12-20 21:26:49 -08:00
Livar
4f4468c5f1
Turning off rpm and deb legs, since they are not generating the right artifacts yet and also attempt to work around the signing issue by removing the strong name siging cert that is causing issues.
2018-12-20 17:50:56 -08:00
Livar
5e6ea18043
Updating arcade one more time. Also, setting the core blob storage to publish assets for.
2018-12-20 17:32:48 -08:00
Livar
8d3608825c
Updating the signing plugin version to fix signing failures in our official builds.
2018-12-20 15:49:44 -08:00
Livar
b86ce49e8e
Updating the YAML file to run ci and signing.
2018-12-20 15:25:20 -08:00
Livar Cunha
db5b588e45
Copy latest to blob when all legs succeed.
2018-12-20 13:21:18 -08:00
Livar Cunha
24f2e8c34e
Publishes the binaries and native installers.
2018-12-19 16:08:49 -08:00
Livar Cunha
c5f1e52ac4
Updating arcade version.
2018-12-19 12:55:42 -08:00
Livar Cunha
584467965a
Initial changes to use the publishing infra from arcade to publish our assets.
2018-12-19 12:53:08 -08:00
Tomáš Matoušek
d446677530
Update SourceLink to 1.0.0-beta2-18618-05
2018-12-18 16:16:54 -08:00
Daniel Plaisted
e5c8a3495c
Prevent the literal "$(_AdditionalBuildParameters)" to be passed to the build script on non-Windows
2018-12-11 16:03:28 -08:00
Daniel Plaisted
d2a4791929
Don't try to sign installers for ARM (since they aren't built)
2018-12-11 14:59:47 -08:00
Daniel Plaisted
a346e17c76
Prevent the literal "$(_AdditionalBuildParameters)" to be passed to the build script
2018-12-11 14:02:24 -08:00
Daniel Plaisted
6c1e2887f8
Sign NuGet package
2018-12-06 17:58:10 -08:00
Daniel Plaisted
f974e2bbac
Merge upstream changes
2018-12-05 18:08:40 -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
adea98d49d
Merge upstream changes
2018-12-05 14:07:02 -08:00
Daniel Plaisted
ec65352e9c
Handle unset AdditionalBuildParameters variable
2018-12-04 23:37:31 -08:00
Daniel Plaisted
3744706ed1
Switch to slashes for MSBuild parameters so Powershell doesn't try to interpret them
2018-12-04 23:30:53 -08:00
Daniel Plaisted
c8b229f43f
Set up signing in CI
2018-12-04 22:59:19 -08:00
Daniel Plaisted
d8b55a5561
Update arcade
2018-12-04 09:31:23 -08:00
Daniel Plaisted
c4452f06c7
Disable tests for ARM legs
2018-11-29 20:22:52 -08:00
Daniel Plaisted
d4db5e64b5
Merge upstream changes
2018-11-29 17:27:58 -08:00
Daniel Plaisted
14dff36d3d
Fix .binlog archiving
...
A second '/bl' parameter to msbuild looks to have been causing the filename specified in the first one to be ignored,
which meant the log filename didn't match what was set up in the build definition
2018-11-26 12:26:58 -08:00
Daniel Plaisted
a3222e11d3
Merge upstream changes
2018-11-23 09:26:46 -08:00
Daniel Plaisted
c0a3fd3104
Update dockerrun.ps1
2018-11-23 09:24:13 -08:00
Daniel Plaisted
4783b9a537
Set test run title to distinguish between different runs
2018-11-21 18:43:07 -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
c3e38959d8
Add test environment scripts
2018-11-20 10:10:19 -08:00
Daniel Plaisted
48c2d3ef4f
Merge upstream changes
2018-11-16 13:56:21 -08:00
Daniel Plaisted
fd7c71e86a
Merge upstream changes
2018-11-13 21:47:41 -08:00
Daniel Plaisted
b1b9dfda09
Include templates in layout
2018-11-12 15:23:44 -08:00
Daniel Plaisted
e13e5fca99
Merge upstream changes
2018-11-09 15:22:10 -08:00
Daniel Plaisted
fe80bc7ba3
Disable sourcelink on RHEL6 and Ubuntu 18
...
Due to https://github.com/dotnet/sourcelink/issues/204
2018-11-09 14:15:41 -08:00
Daniel Plaisted
fc1ca2f9d0
Don't try signing in CI
2018-11-08 08:11:22 -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
5bfb634156
Add dockerrun.ps1 script for Windows
...
This should enable using Docker to build / test Linux builds on a Windows host machine
2018-11-08 00:52:05 -08:00
Daniel Plaisted
bc6f7937ee
Attempt to disable pretty print control codes for CI
2018-11-08 00:36:11 -08:00
Daniel Plaisted
cc776c8b44
Set up docker for arcade
2018-11-07 18:15:34 -08:00
Daniel Plaisted
56344d0cf0
Update arcade
2018-11-07 17:51:56 -08:00
Daniel Plaisted
360411237d
Merge upstream changes
2018-11-06 23:44:35 -08:00
Daniel Plaisted
acf66ec737
Update build definitions for arcade
2018-11-06 23:40:20 -08:00
Daniel Plaisted
143bee75ff
Produce deb packages
2018-11-01 23:15:59 -07:00
Daniel Plaisted
f3a3130dbe
Create script to set up command line build environment
2018-10-29 11:34:47 -07:00
Daniel Plaisted
914f465b30
Get tests and skeleton build tasks building
2018-10-22 19:59:58 -07:00
Daniel Plaisted
5822b4ad0a
Move/rename DependencyVersions.props
2018-10-21 22:27:30 -07:00
Daniel Plaisted
039b4dcd26
Add arcade infrastructure
2018-10-21 22:07:26 -07:00
Livar Cunha
94c0c96099
Enabling Azure DevOps YAML builds.
2018-10-17 15:17:40 -07:00