Revert changes to templatePackageInstaller.cs
This commit is contained in:
parent
2f643cd689
commit
42b6004f70
|
|
@ -90,7 +90,7 @@ namespace Templates.Test.Helpers
|
|||
|
||||
/*
|
||||
* The templates are indexed by path, for example:
|
||||
&USERPROFILE%\.templateengine\dotnetcli\v5.0.100-alpha1-014696\packages\nunit3.dotnetnew.template.1.6.1.nupkg
|
||||
&USERPROFILE%\.templateengine\dotnetcli\v5.0.100-alpha1-013788\packages\nunit3.dotnetnew.template.1.6.1.nupkg
|
||||
Templates:
|
||||
NUnit 3 Test Project (nunit) C#
|
||||
NUnit 3 Test Item (nunit-test) C#
|
||||
|
|
@ -99,7 +99,7 @@ namespace Templates.Test.Helpers
|
|||
NUnit 3 Test Project (nunit) VB
|
||||
NUnit 3 Test Item (nunit-test) VB
|
||||
Uninstall Command:
|
||||
dotnet new -u &USERPROFILE%\.templateengine\dotnetcli\v5.0.100-alpha1-014696\packages\nunit3.dotnetnew.template.1.6.1.nupkg
|
||||
dotnet new -u &USERPROFILE%\.templateengine\dotnetcli\v5.0.100-alpha1-013788\packages\nunit3.dotnetnew.template.1.6.1.nupkg
|
||||
|
||||
* We don't want to construct this path so we'll rely on dotnet new --uninstall --help to construct the uninstall command.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue