dotnet-installer/TestAssets/TestProjects
Livar Cunha 3d92e52234 Merge remote-tracking branch 'dotnet/release/2.0.0' into merges/release/2.0.0-to-release/2.1-20180103-080038
* dotnet/release/2.0.0: (32 commits)
  Update wix version (#8313)
  Use explict and non-preview versions for the build DLL
  Fixing a typo...
  The 15.4.8 version of the Microsoft.Build.Runtime nuget package is currupt; use the replacement 15.4.8.1
  Fix dotnet-install to check the right path for no-op installs when --shared-runtime is specified
  Fixed a typo...
  Nuget.config update to align with CLI:master - add comments in DependencyVersions.prop
  Even more package dependency re-names...
  Third pass clean-up of package names.
  Second pass clean-up of package names; resequencing download.
  Updating dependency version properties in alignment with sample orchestrated build file at: https://dotnetfeed.blob.core.windows.net/orchestrated/20171129-03/orchestration-metadata/PackageVersions.props
  The access key is already resolved: 'CoreSetupBlobAccessTokenParam'
  Fixed another typo...
  Fixed typo...
  The first pass will need the extra args [same as run-build.ps1].
  Dependency Uptake: download and import a package version props file.
  Accounting for MSRC builds with pre-set 'CoreSetupBlobRootUrl' and 'CoreSetupBlobAccessToke' properties.
  Changes per code review...
  The URL root will include the "dotnet" container; the structure will be identical after the "dotnet" container.
  No passwords should be in the open as environmental variables.
  ...

 Conflicts:
	build/DependencyVersions.props
	src/redist/redist.csproj
	src/tool_msbuild/tool_msbuild.csproj
	src/tool_roslyn/tool_roslyn.csproj
	test/Microsoft.DotNet.Cli.Utils.Tests/Microsoft.DotNet.Cli.Utils.Tests.csproj
2018-01-03 16:16:41 -08:00
..
11TestAppWith10CLIToolReferences Changes per PR code review. 2017-04-17 09:27:25 -07:00
AppWithAppDependency Updated tests to the new appropriate TFM 1.1, since we need a shared runtime besides 2.0 in the new distros. Once we have vstest for 2.0 then we won't need it anymore. 2017-03-17 20:32:51 -07:00
AppWithCorruptedLaunchSettings Shorten names a bit more, make project names match folder names 2017-05-31 14:07:34 -07:00
AppWithDepOnToolWithOutputName Remove unnecessary RuntimeFrameworkVersion and DotnetCliToolTargetFramework from test assets 2017-04-27 09:30:38 -07:00
AppWithDirectAndToolDep Remove unnecessary RuntimeFrameworkVersion and DotnetCliToolTargetFramework from test assets 2017-04-27 09:30:38 -07:00
AppWithDirectDep Remove unnecessary RuntimeFrameworkVersion and DotnetCliToolTargetFramework from test assets 2017-04-27 09:30:38 -07:00
AppWithDirectDepWithOutputName Update test tools that need conflict resolution on 2.0 to target 2.0 2017-04-27 09:30:39 -07:00
AppWithFallbackFolderToolDependency Remove unnecessary RuntimeFrameworkVersion and DotnetCliToolTargetFramework from test assets 2017-04-27 09:30:38 -07:00
AppWithLaunchSettings Shorten names a bit more, make project names match folder names 2017-05-31 14:07:34 -07:00
AppWithLaunchSettingsNoDefault Shorten names a bit more, make project names match folder names 2017-05-31 14:07:34 -07:00
AppWithMultipleFxAndTools Updating dependency version properties in alignment with sample orchestrated build file at: https://dotnetfeed.blob.core.windows.net/orchestrated/20171129-03/orchestration-metadata/PackageVersions.props 2017-12-01 20:07:48 -08:00
AppWithToolDependency Remove unnecessary RuntimeFrameworkVersion and DotnetCliToolTargetFramework from test assets 2017-04-27 09:30:38 -07:00
DependencyContextFromTool Updating the SDK. Mostly, had to change PackageTargetFallback to AssetTargetFallback. 2017-06-14 00:27:26 -07:00
FluentProfile Update SDK to 2.0.0-alpha-20170410-1. 2017-04-10 14:24:52 -05:00
FSharpTestAppSimple Updating the SDK. Mostly, had to change PackageTargetFallback to AssetTargetFallback. 2017-06-14 00:27:26 -07:00
FSharpTestProjects Add fsc to distribution (#6508) 2017-05-19 23:20:19 -07:00
InvalidSolution Add missing copyright headers to all cs files 2017-03-02 21:04:03 -08:00
LibraryWithOutputAssemblyName Add missing copyright headers to all cs files 2017-03-02 21:04:03 -08:00
LibraryWithUnresolvablePackageReference use missing package test to verify correct package feed parsing 2017-02-01 14:13:07 -08:00
MSBuildAppWithMultipleFrameworks Remove unnecessary RuntimeFrameworkVersion and DotnetCliToolTargetFramework from test assets 2017-04-27 09:30:38 -07:00
MSBuildAppWithMultipleFrameworksAndTools Updating dependency version properties in alignment with sample orchestrated build file at: https://dotnetfeed.blob.core.windows.net/orchestrated/20171129-03/orchestration-metadata/PackageVersions.props 2017-12-01 20:07:48 -08:00
MSBuildBareBonesProject Fix 4508: CLI verbs that call into msbuild should control their output (#4719) 2016-11-15 11:56:39 -08:00
MSBuildIntegration Merge remote-tracking branch 'dotnet/release/2.0.0' into merges/release/2.0.0-to-release/2.1-20180103-080038 2018-01-03 16:16:41 -08:00
MSBuildTestApp Remove unnecessary RuntimeFrameworkVersion and DotnetCliToolTargetFramework from test assets 2017-04-27 09:30:38 -07:00
MultiDependentProject tests for cache taking multiple input files 2017-03-07 14:38:12 -08:00
NewtonSoftDependentProject Adding NewtonSoftDependentProject test asset back. 2017-05-02 13:38:43 -07:00
NewtonsoftProfile Adding NewtonSoftDependentProject test asset back. 2017-05-02 13:38:43 -07:00
NuGetConfigDependentProject Fixing the failing test by using a package that is not part of the asp.net runtime. 2017-05-02 12:37:29 -07:00
NuGetConfigProfile Fixing the failing test by using a package that is not part of the asp.net runtime. 2017-05-02 12:37:29 -07:00
Packages update version of nuget 2016-03-08 09:53:06 -08:00
PJAppWithMultipleFrameworks Updated tests to the new appropriate TFM 1.1, since we need a shared runtime besides 2.0 in the new distros. Once we have vstest for 2.0 then we won't need it anymore. 2017-03-17 20:32:51 -07:00
SlnFileWithNoProjectReferences dotnet add uses ProjectTypeGuid or DefaultProjectTypeGuid (#5218) 2017-01-05 12:04:57 -10:00
SlnFileWithNoProjectReferencesAndCSharpProject Add missing copyright headers to all cs files 2017-03-02 21:04:03 -08:00
SlnFileWithNoProjectReferencesAndFSharpProject dotnet add uses ProjectTypeGuid or DefaultProjectTypeGuid (#5218) 2017-01-05 12:04:57 -10:00
SlnFileWithNoProjectReferencesAndUnknownProject dotnet add uses ProjectTypeGuid or DefaultProjectTypeGuid (#5218) 2017-01-05 12:04:57 -10:00
SlnFileWithNoProjectReferencesAndUnknownProjectWithMultipleProjectTypeGuids dotnet add uses ProjectTypeGuid or DefaultProjectTypeGuid (#5218) 2017-01-05 12:04:57 -10:00
SlnFileWithNoProjectReferencesAndUnknownProjectWithSingleProjectTypeGuid dotnet add uses ProjectTypeGuid or DefaultProjectTypeGuid (#5218) 2017-01-05 12:04:57 -10:00
SlnFileWithNoProjectReferencesAndVBProject dotnet add uses ProjectTypeGuid or DefaultProjectTypeGuid (#5218) 2017-01-05 12:04:57 -10:00
TestAppSimple Updating the SDK. Mostly, had to change PackageTargetFallback to AssetTargetFallback. 2017-06-14 00:27:26 -07:00
TestAppWithEmptySln Updating dependency version properties in alignment with sample orchestrated build file at: https://dotnetfeed.blob.core.windows.net/orchestrated/20171129-03/orchestration-metadata/PackageVersions.props 2017-12-01 20:07:48 -08:00
TestAppWithLibraryUnderTFM Updated tests to the new appropriate TFM 1.1, since we need a shared runtime besides 2.0 in the new distros. Once we have vstest for 2.0 then we won't need it anymore. 2017-03-17 20:32:51 -07:00
TestAppWithMigrateableScripts Updated tests to the new appropriate TFM 1.1, since we need a shared runtime besides 2.0 in the new distros. Once we have vstest for 2.0 then we won't need it anymore. 2017-03-17 20:32:51 -07:00
TestAppWithMultipleFrameworksAndRuntimes Add missing copyright headers to all cs files 2017-03-02 21:04:03 -08:00
TestAppWithMultipleSlnFiles Updating dependency version properties in alignment with sample orchestrated build file at: https://dotnetfeed.blob.core.windows.net/orchestrated/20171129-03/orchestration-metadata/PackageVersions.props 2017-12-01 20:07:48 -08:00
TestAppWithProjDepTool Update test tools that need conflict resolution on 2.0 to target 2.0 2017-04-27 09:30:39 -07:00
TestAppWithSlnAndCaseSensitiveSolutionFolders Updating dependency version properties in alignment with sample orchestrated build file at: https://dotnetfeed.blob.core.windows.net/orchestrated/20171129-03/orchestration-metadata/PackageVersions.props 2017-12-01 20:07:48 -08:00
TestAppWithSlnAndCsprojFiles Updating dependency version properties in alignment with sample orchestrated build file at: https://dotnetfeed.blob.core.windows.net/orchestrated/20171129-03/orchestration-metadata/PackageVersions.props 2017-12-01 20:07:48 -08:00
TestAppWithSlnAndCsprojInSubDir Updating dependency version properties in alignment with sample orchestrated build file at: https://dotnetfeed.blob.core.windows.net/orchestrated/20171129-03/orchestration-metadata/PackageVersions.props 2017-12-01 20:07:48 -08:00
TestAppWithSlnAndCsprojInSubDirToRemove Updating dependency version properties in alignment with sample orchestrated build file at: https://dotnetfeed.blob.core.windows.net/orchestrated/20171129-03/orchestration-metadata/PackageVersions.props 2017-12-01 20:07:48 -08:00
TestAppWithSlnAndCsprojProjectGuidFiles Updating dependency version properties in alignment with sample orchestrated build file at: https://dotnetfeed.blob.core.windows.net/orchestrated/20171129-03/orchestration-metadata/PackageVersions.props 2017-12-01 20:07:48 -08:00
TestAppWithSlnAndCsprojToRemove Updating dependency version properties in alignment with sample orchestrated build file at: https://dotnetfeed.blob.core.windows.net/orchestrated/20171129-03/orchestration-metadata/PackageVersions.props 2017-12-01 20:07:48 -08:00
TestAppWithSlnAndDuplicateProjectReferences Updating dependency version properties in alignment with sample orchestrated build file at: https://dotnetfeed.blob.core.windows.net/orchestrated/20171129-03/orchestration-metadata/PackageVersions.props 2017-12-01 20:07:48 -08:00
TestAppWithSlnAndExistingCsprojReferences Updating dependency version properties in alignment with sample orchestrated build file at: https://dotnetfeed.blob.core.windows.net/orchestrated/20171129-03/orchestration-metadata/PackageVersions.props 2017-12-01 20:07:48 -08:00
TestAppWithSlnAndExistingCsprojReferencesWithEscapedDirSep Updating dependency version properties in alignment with sample orchestrated build file at: https://dotnetfeed.blob.core.windows.net/orchestrated/20171129-03/orchestration-metadata/PackageVersions.props 2017-12-01 20:07:48 -08:00
TestAppWithSlnAndLastCsprojInSubDirToRemove Updating dependency version properties in alignment with sample orchestrated build file at: https://dotnetfeed.blob.core.windows.net/orchestrated/20171129-03/orchestration-metadata/PackageVersions.props 2017-12-01 20:07:48 -08:00
TestAppWithSlnAndSolutionFolders Updating dependency version properties in alignment with sample orchestrated build file at: https://dotnetfeed.blob.core.windows.net/orchestrated/20171129-03/orchestration-metadata/PackageVersions.props 2017-12-01 20:07:48 -08:00
TestAppWithUnqualifiedDependencies Updated tests to the new appropriate TFM 1.1, since we need a shared runtime besides 2.0 in the new distros. Once we have vstest for 2.0 then we won't need it anymore. 2017-03-17 20:32:51 -07:00
TestLibraryWithConfiguration Remove unnecessary Release constants 2017-03-02 20:11:21 -08:00
TestLibraryWithMultipleFrameworks Add missing copyright headers to all cs files 2017-03-02 21:04:03 -08:00
VBTestApp Enabling VB in the CLI. 2017-05-17 22:16:22 -07:00
VSTestCore Even more package dependency re-names... 2017-12-04 13:20:37 -08:00
VSTestMulti Even more package dependency re-names... 2017-12-04 13:20:37 -08:00
XunitCore Even more package dependency re-names... 2017-12-04 13:20:37 -08:00
XunitMulti Even more package dependency re-names... 2017-12-04 13:20:37 -08:00
global.json Clean up the temporary TestAsset changes. 2016-07-21 12:23:51 -05:00
NuGet.Config Clean up the temporary TestAsset changes. 2016-07-21 12:23:51 -05:00