dotnet-installer/build
Peter Huene 90bcdff150
Merge branch 'release/2.1.3xx' into release/2.1.3xx-MSRC
* release/2.1.3xx:
  Disable NewProjectRestoresCorrectPackageVersion "console" test for now.
  Update the version for 'microsoft.netcore.app' to "2.1.1*"
  Pass "PB_AssetRootUrl" explictly on the MSBuild call; we are looking for Microsoft.NETCore.App "2.1.0" or "2.1.1*"
  Fix alpine file ownership issues with newer docker Upgrades to a newer docker version (18.03.1-ce) caused files created inside to be owned by root on alpine.  It appears that the logic to set up the user in the container so that this doesn't happen was missing from alpine.  While it's not clear why it worked before at all, the logic has been duplicated (tweaked for the alpine base image).
  Remove -upgrade suffix from installer inputs
  Ensure default aspnetcore metapackage versions doesn't jump when/if we ever get to version `2.1.10`
  Add retry when Directory.Move (#9313)
  Fix mismatch of dotnet-watch with package variable name
  Set package versions for bundled aspnet tools separately from the metapackage version
  Split the version of Microsoft.AspNetCore.DeveloperCertificates.XPlat into a separate variable
  Fixup myget feed for aspnetcore
  Upgrade to aspnetcore 2.1.1-rtm-30818 and react to file name change
  Set Default aspnetcore metapackage versions
2018-06-06 11:12:05 -07:00
..
buildpipeline/security Support new artifacts layout in tests and other build logic 2017-08-24 15:49:13 -07:00
compile Correct download location for nuget package archive (#8631) 2018-02-16 08:57:06 -08:00
package Using ~ versions for dependencies of deb packages, so that we do the right thing when comparing release/pre-release package versions. 2018-05-09 14:24:47 -07:00
prepare Rename Stage0 build variables to PreviousStage 2017-08-24 17:16:11 -07:00
publish Mark both NuPkgs as "NonShipping=true" 2018-04-23 21:56:00 +00:00
sdks Add Microsoft.NET.Sdk.Razor to the CLI 2018-02-05 10:29:00 -08:00
templates bundled DotnetTool (#8606) 2018-02-16 13:32:29 -08:00
test Add the NoWarn option when producing Cli.Utils for full framework as well. 2018-05-16 15:33:19 -07:00
AppHostTemplate.proj Apphost shim (#8893) 2018-04-02 12:37:25 -07:00
AzureInfo.props Creating and publishing 'symbols.nuget' to the blob feed. (#8712) 2018-03-13 08:19:15 -07:00
BackwardsCompatibilityRuntimes.props Enable 'arm' builds in the CLI (#8791) 2018-03-14 19:04:25 -07:00
BranchInfo.props Updating the branch info of 2.1.2xx. 2018-02-15 11:37:29 -08:00
Branding.props Updating the CLI branding to 201. 2018-05-11 12:33:12 -07:00
BuildAndPublishAllLinuxDistrosNativeInstallers.targets fix missing windows package 2017-09-15 15:28:57 -07:00
BuildDefaults.props Fixing CI build breaks for new CI legs; CLI:release/2.1.3xx (#9202) 2018-05-08 10:05:21 -07:00
BuildInfo.targets Enable 'arm' builds in the CLI (#8791) 2018-03-14 19:04:25 -07:00
BundledDotnetTools.proj Mirror tools package format change pass any as rid (#8695) 2018-03-01 21:27:28 -08:00
BundledDotnetTools.props Set package versions for bundled aspnet tools separately from the metapackage version 2018-05-31 19:31:28 -07:00
BundledRuntimes.props Remove -upgrade suffix from installer inputs 2018-06-03 08:45:34 -07:00
BundledSdks.props Merge branch 'master' into master 2018-02-08 16:39:20 -08:00
BundledTemplates.proj bundled DotnetTool (#8606) 2018-02-16 13:32:29 -08:00
BundledTemplates.props Do not disable bundled aspnet templates 2018-05-01 08:49:54 -07:00
BundledTools.props Adding consistent "Project" headers to inported props and target files. 2017-09-05 14:44:25 -07:00
CLI_Baseline.csv Adding a baseline with files to be excluded from sign check. 2018-02-08 10:13:22 -08:00
Compile.targets Package MSBuild SDK resolver in VS insertion nupkg 2017-04-27 23:07:19 -07:00
CrossGen.props More fixes that were missing from the merge. 2017-12-07 13:23:27 -08:00
DependencyVersions.props Update the version for 'microsoft.netcore.app' to "2.1.1*" 2018-06-05 17:30:34 -07:00
DerivedHostMachineInfo.props Replace alpine with linux-musl builds 2018-04-20 13:23:00 -07:00
DownloadPackageVersions.targets Explicitly note whether the package version props is being overridden 2018-04-25 17:11:09 -07:00
FileExtensions.props Adding consistent "Project" headers to inported props and target files. 2017-09-05 14:44:25 -07:00
GenerateResxSource.targets Adding consistent "Project" headers to inported props and target files. 2017-09-05 14:44:25 -07:00
GitCommitInfo.targets Removing some patches for source build. 2018-05-02 11:59:01 -07:00
HostInfo.targets Adding consistent "Project" headers to inported props and target files. 2017-09-05 14:44:25 -07:00
InitRepo.props Formatting only... 2018-01-17 02:58:01 +00:00
InitRepo.targets Third pass clean-up of package names. 2017-12-04 09:44:51 -08:00
InputDirectories.props Adding consistent "Project" headers to inported props and target files. 2017-09-05 14:44:25 -07:00
InstallerInfo.props Adding consistent "Project" headers to inported props and target files. 2017-09-05 14:44:25 -07:00
LinuxDistrosNativeInstaller.props ingest and publish rumtime agnostic package 2018-02-28 11:00:10 -08:00
MicroBuild.props Merge remote-tracking branch 'dotnet/release/15.5' into merges/release/15.5-to-master-20171206-080040 2017-12-07 09:55:12 -08:00
Microsoft.DotNet.Cli.tasks Use satellites from roslyn package, not cli-deps-satellites 2018-02-12 16:52:26 -08:00
MSBuildExtensions.props Adding consistent "Project" headers to inported props and target files. 2017-09-05 14:44:25 -07:00
MSBuildExtensions.targets Ensure default aspnetcore metapackage versions doesn't jump when/if we ever get to version 2.1.10 2018-06-01 12:01:42 -07:00
NugetConfigFile.targets Fixup myget feed for aspnetcore 2018-05-31 19:31:17 -07:00
OutputDirectories.props Ensure ASP.NET Core is included in macos .pkg installer and update to 2.1.0-preview1-28226 2018-02-05 11:34:52 -08:00
Package.targets Making the CLI package name be only major.minor version and updating the version of the runtime packages that we depend on. 2018-05-08 18:10:17 -07:00
Prepare.targets Use one build definition to produce all Linux distro specific packages (#7615) 2017-09-14 13:33:46 -07:00
Publish.targets Merge pull request #8788 from dotnet/merges/release/2.1.3xx-to-master 2018-03-15 13:15:51 -07:00
RestoreDependency.proj Rename Stage0 build variables to PreviousStage 2017-08-24 17:16:11 -07:00
SandBoxAndPackage.proj Run-Build.sh/ps1 does not behave correctly when passing in a target. 2018-01-11 21:23:46 +00:00
SandBoxAndPackageInParallel.proj Removing a conditional... 2018-01-09 20:14:55 +00:00
SetupPreviousStage.props Adding consistent "Project" headers to inported props and target files. 2017-09-05 14:44:25 -07:00
Signing.proj Do not sign the CLI NuPkgs - they do not ship. 2018-04-23 22:03:55 +00:00
Test.targets Pass "PB_AssetRootUrl" explictly on the MSBuild call; we are looking for Microsoft.NETCore.App "2.1.0" or "2.1.1*" 2018-06-05 17:28:32 -07:00
Version.props Updated Version.props 2018-05-31 18:18:43 +00:00