dotnet-installer/test/dotnet.Tests
Peter Huene 0f0f70ce48
Fix adding tools directory to PATH for native installers.
This commit fixes adding the tools directory to the user's PATH for the native
installers.

The issue was a regression caused by #8886.  The change used a "no-op" sentinel
file that reported it existed.  This "no-op" sentinel was used for the native
installers.  Unlike the other "no-op" sentinels used by the native installer,
we do want PATH to be modified by the native installer.

The fix is to change the "no-op" sentinel to report the file doesn't exist, but
also to not to attempt to create the file.

This fixes #9208.
2018-05-07 16:35:29 -07:00
..
BuildServerTests Fix Razor server shutdown on Windows. 2018-04-27 13:52:17 -07:00
CommandTests Merge pull request #9161 from v-zbsail/loc_20180427_release_2.1.3xx 2018-05-01 11:25:45 -07:00
ParserTests Rename --source-feed to --add-source (#9164) 2018-05-01 10:21:00 -07:00
BundledTargetFramworkTests.cs Global tools package obtain (#8035) 2017-11-21 20:10:06 -08:00
CommandLineApplicationTests.cs Make dotnet.Tests pass on localized setup 2017-06-12 17:31:40 -07:00
CommandObjectTests.cs Give a different error to guide use to install via global tools (#9070) 2018-04-17 12:21:20 -07:00
dotnet.Tests.csproj Implement tests for the list tool command. 2018-03-05 10:18:48 -08:00
FakeRecordEventNameTelemetry.cs Add telemetry data points for .NET Core 2.0 2017-07-27 09:55:40 -07:00
GivenThatDotNetRunsCommands.cs Make dotnet.Tests pass on localized setup 2017-06-12 17:31:40 -07:00
GivenThatICareAboutVBApps.cs Update test code to use netcoreapp2.1 2017-08-18 15:36:01 -07:00
GivenThatIWantToManageMulticoreJIT.cs Remove TAM (#5670) 2017-02-15 15:35:03 -08:00
GivenThatTheUserIsRunningDotNetForTheFirstTime.cs Fix adding tools directory to PATH for native installers. 2018-05-07 16:35:29 -07:00
GivenThatTheUserRequestsHelp.cs Fix tests for cache => store rename. 2017-04-07 15:51:37 -05:00
MSBuild.exe shorten random package name, address pr feedback 2016-12-20 13:53:21 -08:00
MSBuild.exe.config shorten random package name, address pr feedback 2016-12-20 13:53:21 -08:00
PackagedCommandTests.cs Update tool tests to target netcoreapp2.1 2017-08-18 18:07:14 -07:00
PrintableTableTests.cs Implement a printable table. 2018-02-27 15:57:53 -08:00
TelemetryCommandTest.cs Fix merge 2 2017-10-31 13:37:28 -07:00
TelemetryCommonPropertiesTests.cs Log Windows product type and installation type, and Linux libc version (#8688) 2018-02-27 18:55:35 -08:00
TestCommandExtensions.cs Remove use of Microsoft.Extensions.PlatformAbstractions 2016-06-08 16:28:52 -07:00
VersionTest.cs Update expected SDK version test to work with multiple stages 2017-08-24 15:51:38 -07:00