Livar Cunha
|
3ff78c64ff
|
Fixing the build breaks by removing duplicate RemoteAssetsFromDepsJson and by fixing VersionSuffix in some needed test packages, because now they import dirs.props and dirs.props eventually brings in VersionSuffix.
|
2017-02-18 22:03:36 -08:00 |
|
Satya Madala
|
74086bec31
|
Merge branch 'tp-20170217' of https://github.com/smadala/cli into tp-20170217
|
2017-02-18 23:08:42 +05:30 |
|
Satya Madala
|
67142bfd5d
|
Set console-logger output to normal
|
2017-02-18 23:05:33 +05:30 |
|
Zlatko Knezevic
|
65e9113e54
|
Update cli-installation-scenarios.md
|
2017-02-17 23:50:06 -08:00 |
|
Livar
|
aba1e18ff6
|
Merge branch 'rel/1.0.0' into tp-20170217
|
2017-02-17 21:34:26 -08:00 |
|
Livar
|
7238b3efa2
|
Merge pull request #5758 from livarcocc/migrate_full_framework_no_runtime
No longer add runtime identifier when migrating apps that contain full framework
|
2017-02-17 18:07:41 -08:00 |
|
Justin Goshi
|
aefdb22ae4
|
Shorten test folder name
|
2017-02-17 17:02:15 -08:00 |
|
Piotr Puszkiewicz
|
0f919d7442
|
fix merge
|
2017-02-17 13:07:14 -08:00 |
|
Justin Goshi
|
4f209e61ea
|
Refactor properties out of test.targets
|
2017-02-17 12:28:25 -08:00 |
|
Livar Cunha
|
b8a68ad2e0
|
No longer add runtime identifier when migrating apps that contain full framework and no runtime identifiers already.
|
2017-02-17 11:30:20 -08:00 |
|
Justin Goshi
|
aaa9fe2c1d
|
Re-enable solution building tests
|
2017-02-17 11:13:33 -08:00 |
|
Livar
|
d4c8220297
|
Merge pull request #5605 from livarcocc/update_platform_abstractions
Updating Microsoft.Extensions.DependencyModel to 1.0.2
|
2017-02-17 10:24:51 -08:00 |
|
Justin Goshi
|
30a43b3bda
|
Merge
|
2017-02-17 09:53:00 -08:00 |
|
Livar
|
c779000010
|
Merge branch 'rel/1.0.0' into update_platform_abstractions
|
2017-02-17 09:02:54 -08:00 |
|
Satya Madala
|
44100209bc
|
update TestPlatform version to 15.0.0-preview-20170217-05
|
2017-02-17 19:25:44 +05:30 |
|
Piotr Puszkiewicz
|
d5adc311e2
|
Merge pull request #5749 from piotrpMSFT/piotrpMSFT/bump/sdk20170217-2
bump SDK to 20170217-2
|
2017-02-17 02:45:23 -08:00 |
|
Piotr Puszkiewicz
|
85b2a129db
|
Merge branch 'rel/1.0.0'
Conflicts:
TestAssets/TestPackages/dotnet-hello/v1/dotnet-hello/dotnet-hello.csproj
TestAssets/TestPackages/dotnet-hello/v2/dotnet-hello/dotnet-hello.csproj
TestAssets/TestPackages/dotnet-prefercliruntime/dotnet-prefercliruntime.csproj
TestAssets/TestProjects/AppWithDirectAndToolDep/AppWithDirectAndToolDep.csproj
TestAssets/TestProjects/AppWithDirectDep/AppWithDirectDep.csproj
build.proj
build/Compile.targets
build/Microsoft.DotNet.Cli.Compile.targets
build/Microsoft.DotNet.Cli.DependencyVersions.props
build/Microsoft.DotNet.Cli.Monikers.props
build/Microsoft.DotNet.Cli.Prepare.targets
build/package/Microsoft.DotNet.Cli.Nupkg.targets
build/package/Nupkg.targets
build/test/TestPackageProjects.targets
build_projects/dotnet-cli-build/GenerateBuildVersionInfo.cs
build_projects/dotnet-cli-build/GetCommitCount.cs
build_projects/dotnet-cli-build/dotnet-cli-build.csproj
build_projects/shared-build-targets-utils/Utils/BuildVersion.cs
src/dotnet-archive/dotnet-archive.csproj
src/tool_msbuild/tool_msbuild.csproj
src/tool_nuget/tool_nuget.csproj
test/ArgumentForwardingTests/ArgumentForwardingTests.csproj
test/ArgumentsReflector/ArgumentsReflector.csproj
test/EndToEnd/EndToEnd.csproj
test/Microsoft.DotNet.Cli.Sln.Internal.Tests/Microsoft.DotNet.Cli.Sln.Internal.Tests.csproj
test/Microsoft.DotNet.Cli.Utils.Tests/GivenAProjectToolsCommandResolver.cs
test/Microsoft.DotNet.Cli.Utils.Tests/Microsoft.DotNet.Cli.Utils.Tests.csproj
test/Microsoft.DotNet.Configurer.UnitTests/Microsoft.DotNet.Configurer.UnitTests.csproj
test/Microsoft.DotNet.ProjectJsonMigration.Tests/Microsoft.DotNet.ProjectJsonMigration.Tests.csproj
test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj
test/binding-redirects.Tests/binding-redirects.Tests.csproj
test/crossgen.Tests/crossgen.Tests.csproj
test/dotnet-add-package.Tests/dotnet-add-package.Tests.csproj
test/dotnet-add-reference.Tests/dotnet-add-reference.Tests.csproj
test/dotnet-build.Tests/dotnet-build.Tests.csproj
test/dotnet-help.Tests/dotnet-help.Tests.csproj
test/dotnet-list-reference.Tests/dotnet-list-reference.Tests.csproj
test/dotnet-migrate.Tests/dotnet-migrate.Tests.csproj
test/dotnet-msbuild.Tests/dotnet-msbuild.Tests.csproj
test/dotnet-new.Tests/dotnet-new.Tests.csproj
test/dotnet-nuget.UnitTests/dotnet-nuget.UnitTests.csproj
test/dotnet-pack.Tests/dotnet-pack.Tests.csproj
test/dotnet-publish.Tests/dotnet-publish.Tests.csproj
test/dotnet-remove-reference.Tests/dotnet-remove-reference.Tests.csproj
test/dotnet-restore.Tests/dotnet-restore.Tests.csproj
test/dotnet-run.Tests/dotnet-run.Tests.csproj
test/dotnet-sln-add.Tests/dotnet-sln-add.Tests.csproj
test/dotnet-sln-list.Tests/dotnet-sln-list.Tests.csproj
test/dotnet-sln-remove.Tests/dotnet-sln-remove.Tests.csproj
test/dotnet-test.Tests/dotnet-test.Tests.csproj
test/dotnet-vstest.Tests/dotnet-vstest.Tests.csproj
test/dotnet.Tests/dotnet.Tests.csproj
test/msbuild.IntegrationTests/msbuild.IntegrationTests.csproj
tools/Archiver/Archiver.csproj
|
2017-02-17 02:00:05 -08:00 |
|
Piotr Puszkiewicz
|
a801d387d0
|
Merge pull request #5739 from dotnet/dev/jgoshi/refactorCompileProps
Refactor properties out of Compile.targets
|
2017-02-17 00:55:13 -08:00 |
|
Piotr Puszkiewicz
|
60b73e62a9
|
bump SDK to 20170217-2
|
2017-02-17 00:44:38 -08:00 |
|
Livar Cunha
|
1c409befbe
|
Updating DependencyModel to 1.0.2
|
2017-02-17 00:29:17 -08:00 |
|
Livar Cunha
|
3eafd9de02
|
Updating Microsoft.DotNet.PlatformAbstractions version to 1.1.0.
|
2017-02-16 22:46:04 -08:00 |
|
Justin Goshi
|
23a3879f46
|
Fix build break
|
2017-02-16 16:42:49 -08:00 |
|
Justin Goshi
|
5359ce47e9
|
Rename
|
2017-02-16 15:10:18 -08:00 |
|
Justin Goshi
|
e232e7d386
|
Revert the new file name
|
2017-02-16 15:09:42 -08:00 |
|
Justin Goshi
|
8acaadb625
|
Revert the rename
|
2017-02-16 15:09:08 -08:00 |
|
Krzysztof Wicher
|
ae05e8af1d
|
remove parameterless constructor
|
2017-02-16 14:22:02 -08:00 |
|
Krzysztof Wicher
|
6f1ea62bc9
|
rename variable to buildCommand
|
2017-02-16 14:22:02 -08:00 |
|
Krzysztof Wicher
|
e6578eeb14
|
split msbuildforwardingapp unit tests with build invocation
|
2017-02-16 14:22:02 -08:00 |
|
Krzysztof Wicher
|
1b7d4e3200
|
split env var test
|
2017-02-16 14:22:02 -08:00 |
|
Krzysztof Wicher
|
39feabd941
|
patterns for environmental variables
|
2017-02-16 14:22:02 -08:00 |
|
Krzysztof Wicher
|
27d358c884
|
add EOLs in the end of files
|
2017-02-16 14:22:02 -08:00 |
|
Krzysztof Wicher
|
531b0136eb
|
add tests for checking filename, working dir and validation of presence of environmental variables
|
2017-02-16 14:22:02 -08:00 |
|
Krzysztof Wicher
|
8ad8fe7e8e
|
complete dotnet-build invocation test cases
|
2017-02-16 14:22:02 -08:00 |
|
Krzysztof Wicher
|
8ebc06da46
|
add more unit tests
|
2017-02-16 14:22:02 -08:00 |
|
Krzysztof Wicher
|
9c00966956
|
preview of single unit test for dotnet build
|
2017-02-16 14:22:02 -08:00 |
|
Shayne Boyer
|
14f43ef896
|
fix camelcasing
|
2017-02-16 17:14:54 -05:00 |
|
Shayne Boyer
|
c9fa9be412
|
Fixes 5740
|
2017-02-16 16:11:11 -05:00 |
|
Shayne Boyer
|
4edbcb06ee
|
misspelling of targeting
|
2017-02-16 16:10:19 -05:00 |
|
Justin Goshi
|
58d167f3e5
|
Refactor properties out of Compile.targets
|
2017-02-16 12:21:15 -08:00 |
|
Justin Goshi
|
8e58a247b0
|
Finish renaming props file to remove Microsoft.Dotnet.Cli prefix
|
2017-02-16 11:16:20 -08:00 |
|
Piotr Puszkiewicz
|
dfde101b7c
|
Merge pull request #5610 from jonsequitur/NonWindowsFactAttribute
use WindowsOnlyTheory where appropriate, introduce NonWindowsOnlyFactAttribute
|
2017-02-16 11:06:41 -08:00 |
|
Piotr Puszkiewicz
|
d3d6bdebd1
|
Merge pull request #5618 from jonsequitur/remove-incorrect-localizations
Remove incorrect localizations
|
2017-02-16 11:05:36 -08:00 |
|
Piotr Puszkiewicz
|
bde27ccbc9
|
Merge pull request #5705 from dotnet/dev/jgoshi/renamePropsFiles
Rename props files
|
2017-02-16 11:02:07 -08:00 |
|
Piotr Puszkiewicz
|
ede77f3d7a
|
Merge pull request #5731 from piotrpMSFT/piotrpmsft/cleanup/remove-dotnet-restore-projectjson
remove dotnet restore-projectjson
|
2017-02-16 10:17:50 -08:00 |
|
Justin Goshi
|
c8fb586677
|
merge
|
2017-02-16 08:58:40 -08:00 |
|
Piotr Puszkiewicz
|
4feaf3f124
|
Remove dotnet-restore-projectjson
|
2017-02-16 01:01:32 -08:00 |
|
Piotr Puszkiewicz
|
b38fd3ad7b
|
Merge pull request #5716 from piotrpMSFT/piotrpMSFT/infra/FinishPrepareProps
Removes remaining PropertyGroups from targets inside prepare.targets
|
2017-02-15 21:34:47 -08:00 |
|
Piotr Puszkiewicz
|
1f026bc530
|
Merge pull request #5728 from krwq/2017-02-15-attempt-to-fix-intermittent-failures
Attempt to fix intermittent failures with ...CLIRetriesLaunchingTheCommandForAtLeastOneSecond
|
2017-02-15 21:33:42 -08:00 |
|
Piotr Puszkiewicz
|
159f7a1547
|
Fix up sln file
|
2017-02-15 19:38:50 -08:00 |
|
Piotr Puszkiewicz
|
0e5633e527
|
Remove BundledRuntimes properties
|
2017-02-15 19:37:51 -08:00 |
|