dotnet-installer/build_projects/dotnet-cli-build
seancpeters 2d93968a88 New3 integration (#5430)
* Partial conversion to new3. 2 tests fail due to browserlink not restoring.

* new cache initialization

* More lzma changes, and removed a razor ref from templates

* Ephemeral hive flag added to tests that need it

* Updated the template engine version to build against. Minor code cleanup

* Config changes to make template versions separate from template engine versions

* Changed dotnet new versioning to use Product.Version

* Fixing Archiver.csproj

* Fixing dotnet new test.

* Fix LZMA Package Source Condition

* Workaround for newline differences.

* fixed tests with changed template parameters. Added a new3 template non-match test
2017-01-31 17:31:37 -08:00
..
AddMetadataIsPE.cs Decompose Crossgen, remove CleanPublishOutput, replace ExtractArchive with *FileExtractToDirectory (#3927) 2016-07-26 00:29:59 -04:00
AzureHelper.cs Temporarily copy the dotnet/buildtools tasks we use into dotnet/cli to allow us to move up to a newer MSBuild. 2016-08-09 08:28:23 -05:00
ChangeEntryPointLibraryName.cs Decompose Crossgen, remove CleanPublishOutput, replace ExtractArchive with *FileExtractToDirectory (#3927) 2016-07-26 00:29:59 -04:00
CheckIfAllBuildsHavePublished.cs Upload checksums for installation artifacts (#4191) 2016-10-12 14:25:06 -05:00
Chmod.cs Decompose Crossgen, remove CleanPublishOutput, replace ExtractArchive with *FileExtractToDirectory (#3927) 2016-07-26 00:29:59 -04:00
CopyBlobsToLatest.cs Upload checksums for installation artifacts (#4191) 2016-10-12 14:25:06 -05:00
CreateAzureContainer.cs Temporarily copy the dotnet/buildtools tasks we use into dotnet/cli to allow us to move up to a newer MSBuild. 2016-08-09 08:28:23 -05:00
Crossgen.cs Quote temp path output and input in crossgen (#5089) 2016-12-20 11:36:48 -08:00
dotnet-cli-build.csproj Update CLI to run on netcoreapp1.1. 2017-01-26 14:48:39 -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 Work around build test.sln race condition until fixed (#5490) 2017-01-27 17:13:04 -08:00
DotNetNew.cs New3 integration (#5430) 2017-01-31 17:31:37 -08:00
DotNetPack.cs Work around build test.sln race condition until fixed (#5490) 2017-01-27 17:13:04 -08:00
DotNetPublish.cs Work around build test.sln race condition until fixed (#5490) 2017-01-27 17:13:04 -08:00
DotNetRestore.cs Work around build test.sln race condition until fixed (#5490) 2017-01-27 17:13:04 -08:00
DotNetRestorePJ.cs Add msbuild-based stage0 where possible (#4597) 2016-11-02 23:01:57 -07:00
DotNetTest.cs Work around build test.sln race condition until fixed (#5490) 2017-01-27 17:13:04 -08:00
DotNetTool.cs Cleanup 2017-01-27 00:46:09 -08:00
DownloadFile.cs Fixing how we clean the file when it fails to download. We were doing it inside the using statement, so it still had a lock to the file and failed to delete it. 2016-11-09 10:05:05 -08:00
EnvironmentVariableFilter.cs Add DOTNET_RUNTIME_ID to kept environment variables 2017-01-27 01:18:50 -08:00
GenerateBuildVersionInfo.cs Work around msbuild bug that blocks git tool tasks in VS2017 prompt 2016-12-13 16:12:01 -08: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
GenerateNuGetPackagesArchiveVersion.cs New3 integration (#5430) 2017-01-31 17:31:37 -08:00
GetCommitHash.cs Work around msbuild bug that blocks git tool tasks in VS2017 prompt 2016-12-13 16:12:01 -08:00
GetCurrentRuntimeInformation.cs Adding an OverrideRid property used in the GetRuntimeInfo task to override the rid of the CLI. This allows us to build for osx.10.11 when building on osx.10.12. 2016-10-08 11:45:19 -07:00
MakeRelative.cs CLI Build Cleanup: Round 1 (#3869) 2016-07-15 08:31:50 -07:00
RemoveAssetFromDepsPackages.cs CLI Build Cleanup: Round 1 (#3869) 2016-07-15 08:31:50 -07:00
ReplaceFileContents.cs CLI Build Cleanup: Round 1 (#3869) 2016-07-15 08:31:50 -07:00
SetBlobPropertiesBasedOnFileTypeTask.cs Support building with custom container name 2016-09-22 19:02:53 -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 Upload checksums for installation artifacts (#4191) 2016-10-12 14:25:06 -05:00
UploadClient.cs Temporarily copy the dotnet/buildtools tasks we use into dotnet/cli to allow us to move up to a newer MSBuild. 2016-08-09 08:28:23 -05:00
UploadToAzure.cs Temporarily copy the dotnet/buildtools tasks we use into dotnet/cli to allow us to move up to a newer MSBuild. 2016-08-09 08:28:23 -05:00
ZipFileCreateFromDirectory.cs Temporarily copy the dotnet/buildtools tasks we use into dotnet/cli to allow us to move up to a newer MSBuild. 2016-08-09 08:28:23 -05:00
ZipFileExtractToDirectory.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