Skip to content

Commit 37eb1d5

Browse files
authored
Update verified test output for DotnetNewHelpTests
1 parent 4486739 commit 37eb1d5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/dotnet-new.IntegrationTests/Approvals/DotnetNewHelpTests.CanShowHelpForTemplate_globaljson.verified.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@ Template options:
2828
latestFeature Uses the highest installed feature band and patch level that matches the requested major and minor with a feature band and patch level that is greater or equal than the specified value. If not found, fails.
2929
latestMinor Uses the highest installed minor, feature band, and patch level that matches the requested major with a minor, feature band, and patch level that is greater or equal than the specified value. If not found, fails.
3030
latestMajor Uses the highest installed .NET SDK with a version that is greater or equal than the specified value. If not found, fail.
31-
disable Doesn't roll forward. Exact match required.
31+
disable Doesn't roll forward. Exact match required.
32+
--test-runner <VSTest|Microsoft.Testing.Platform> The test runner to use.
33+
Type: choice
34+
VSTest Use the VSTest test runner
35+
Microsoft.Testing.Platform Use the Microsoft.Testing.Platform test runner

0 commit comments

Comments
 (0)