PostActionTests.Approval.cs (19)
16InstallTestTemplate(templateLocation, _log, home, workingDirectory);
18CommandResult commandResult = new DotnetNewCommand(_log, "TestAssets.PostActions.RestoreNuGet.Basic", "-n", "MyProject")
48InstallTestTemplate(templateLocation, _log, home, workingDirectory);
50CommandResult commandResult = new DotnetNewCommand(_log, templateName, "--allow-scripts", "yes")
71InstallTestTemplate(templateLocation, _log, home, workingDirectory);
73CommandResult commandResult = new DotnetNewCommand(_log, templateName, "-n", "MyProject")
102InstallTestTemplate(templateLocation, _log, home, workingDirectory);
104CommandResult commandResult = new DotnetNewCommand(_log, templateName, "-n", "MyProject")
133InstallTestTemplate(templateLocation, _log, home, workingDirectory);
136new DotnetNewCommand(_log, "sln", "-n", "MySolution")
144CommandResult commandResult = new DotnetNewCommand(_log, templateName, "-n", "MyProject")
173InstallTestTemplate(templateLocation, _log, home, workingDirectory);
175CommandResult commandResult = new DotnetNewCommand(_log, templateName)
195InstallTestTemplate(templateLocation, _log, home, workingDirectory);
197CommandResult commandResult = new DotnetNewCommand(_log, templateName, "-n", "MyProject", "--dry-run")
219InstallTestTemplate(templateLocation, _log, home, workingDirectory);
221CommandResult commandResult = new DotnetNewCommand(_log, templateName)
239InstallTestTemplate(templateLocation, _log, home, workingDirectory);
241CommandResult commandResult = new DotnetNewCommand(_log, templateName, "--allow-scripts", "no")