dotnet-installer/build_projects/dotnet-cli-build
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
..
AddMetadataIsPE.cs Decompose Crossgen, remove CleanPublishOutput, replace ExtractArchive with *FileExtractToDirectory (#3927) 2016-07-26 00:29:59 -04:00
AzureHelper.cs Trailing newlines + standardize tabs -> spaces 2017-03-02 20:35:20 -08:00
BuildFPMToolPreReqs.cs Produce RPM packages 2017-06-13 15:00:35 -07:00
ChangeEntryPointLibraryName.cs Decompose Crossgen, remove CleanPublishOutput, replace ExtractArchive with *FileExtractToDirectory (#3927) 2016-07-26 00:29:59 -04:00
CheckIfAllBuildsHavePublished.cs Merge branch 'master' of /Users/livarcocc/Documents/git/cli into merge_master_cli 2018-06-25 22:38:01 -07:00
Chmod.cs Reduce chmod 2017-02-28 18:16:51 -08:00
CopyBlobsToLatest.cs Only remove Azure dependency for source builds 2017-10-18 16:12:13 -07:00
CreateAzureContainer.cs Trailing newlines + standardize tabs -> spaces 2017-03-02 20:35:20 -08:00
Crossgen.cs Generate symbols for profiling when running crossgen 2017-11-01 17:17:22 -07:00
dotnet-cli-build.csproj Merge branch 'release/2.1.1xx' into merge_release_211xx 2018-02-07 12:30:22 -08:00
DotNetBuild.cs Work around build test.sln race condition until fixed (#5490) 2017-01-27 17:13:04 -08:00
DotNetBuildPJ.cs Add msbuild-based stage0 where possible (#4597) 2016-11-02 23:01:57 -07:00
DotNetDebTool.cs Refactor DEB.proj 2016-08-27 18:07:49 -07:00
DotNetMSBuild.cs Work around build test.sln race condition until fixed (#5490) 2017-01-27 17:13:04 -08:00
DotNetMSBuildTool.cs Generate properties to pass to the next stage of the build 2017-09-27 14:22:19 -07:00
DotNetNew.cs New3 integration (#5430) 2017-01-31 17:31:37 -08:00
DotNetPack.cs Replacing the short form version of implicit msbuild parameters with longform ones. 2018-04-02 22:54:51 -07:00
DotNetPublish.cs Work around build test.sln race condition until fixed (#5490) 2017-01-27 17:13:04 -08:00
DotNetRestore.cs Replacing the short form version of implicit msbuild parameters with longform ones. 2018-04-02 22:54:51 -07:00
DotNetRestorePJ.cs Add msbuild-based stage0 where possible (#4597) 2016-11-02 23:01:57 -07:00
DotNetTest.cs revert logger colon change 2017-03-19 13:02:09 -07:00
DotNetTool.cs add logging to build 2017-03-06 22:10:37 -08:00
DownloadFile.cs Misc build changes 2017-02-15 16:52:46 -08:00
EnsureFileExistsOnAzureBlobStorage.cs Ingest new version Aspnet store 2017-08-14 16:05:22 -07:00
EnvironmentVariableFilter.cs Honor UI language override in test runs 2017-07-18 22:03:31 -07:00
GenerateChecksums.cs Upload checksums for installation artifacts (#4191) 2016-10-12 14:25:06 -05:00
GenerateGuidFromName.cs CLI Build Cleanup: Round 1 (#3869) 2016-07-15 08:31:50 -07:00
GenerateMSBuildExtensionsSWR.cs Add Microsoft.NET.Build.Extensions files to package for VS insertion 2017-06-09 11:18:46 -07:00
GenerateMsiVersion.cs Clean up unused build code. 2017-05-11 08:59:38 -05:00
GenerateNuGetPackagesArchiveVersion.cs Update test to pass --no-restore to templates 2017-07-10 16:27:54 -07:00
GenerateResxSource.cs Generate equivalent of resx .Designer.cs in build 2017-06-06 21:47:58 -07:00
GetCurrentRuntimeInformation.cs Use the portable linux-x64 runtime when building on Linux. 2017-03-24 16:19:52 -05:00
MakeRelative.cs Fix relative path handling on Windows. 2017-10-24 11:23:52 -07:00
RemoveAssetFromDepsPackages.cs CLI Build Cleanup: Round 1 (#3869) 2016-07-15 08:31:50 -07:00
ReplaceFileContents.cs Generating the conclusion.html files dynamically so that we don't need to set the version in them everytime our branding changes. 2018-04-04 20:57:45 -07:00
SetBlobPropertiesBasedOnFileTypeTask.cs Only remove Azure dependency for source builds 2017-10-18 16:12:13 -07:00
SetEnvVar.cs CLI Build Cleanup: Round 1 (#3869) 2016-07-15 08:31:50 -07:00
TarGzFileCreateFromDirectory.cs Replaces custom archiving tasks with build_tools implementation (#3905) 2016-07-22 19:01:32 -04:00
TarGzFileExtractToDirectory.cs Download and extract shared framework 1.1. This initial change gets 1.1 into the archive installers. Still need to bring it into the native installers as well. 2017-01-05 15:03:56 -06:00
UpdateVersionsRepo.cs ifdef out entire update versions task in source build 2017-10-19 11:00:13 -07:00
UploadClient.cs Trailing newlines + standardize tabs -> spaces 2017-03-02 20:35:20 -08:00
UploadToAzure.cs Trailing newlines + standardize tabs -> spaces 2017-03-02 20:35:20 -08:00
ZipFileCreateFromDirectory.cs Trailing newlines + standardize tabs -> spaces 2017-03-02 20:35:20 -08:00
ZipFileExtractToDirectory.cs Trailing newlines + standardize tabs -> spaces 2017-03-02 20:35:20 -08:00