Skip to content

Commit

Permalink
Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoK committed Jun 4, 2021
1 parent 0aff7ef commit 6cc7b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProjectTemplates/Shared/TemplatePackageInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public static async Task<ProcessEx> RunDotNetNew(ITestOutputHelper output, strin
DotNetMuxer.MuxerPathOrDefault(),
//--debug:disable-sdk-templates means, don't include C:\Program Files\dotnet\templates, aka. what comes with SDK, so we don't need to uninstall
//--debug:custom-hive means, don't install templates on CI/developer machine, instead create new temporary instance
$"new {arguments} --force --debug:disable-sdk-templates --debug:custom-hive \"{CustomHivePath}\"");
$"new {arguments} --debug:disable-sdk-templates --debug:custom-hive \"{CustomHivePath}\"");

await proc.Exited;

Expand Down

0 comments on commit 6cc7b9b

Please sign in to comment.