File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,11 +33,10 @@ public class InputSystemSettings : AnnotatedSettingsBase
3333 // There's no nuget.config at the repo root (only Tools/CI/nuget.config, which NuGet won't discover
3434 // from here since it only walks upward from the working directory).
3535 public static readonly string DocfxVersion = "2.70.0" ;
36- public static readonly string NugetInternalSource = "https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/v3/nuget" ;
3736
3837 // Installs the DocFX version PMDT 3.x expects, as a dotnet tool, per-platform.
39- public static readonly string DocfxInstallCmdWindows = $ "dotnet tool install docfx --version { DocfxVersion } --tool-path %USERPROFILE%/.pmdt --add-source { NugetInternalSource } ";
40- public static readonly string DocfxInstallCmdUnix = $ "dotnet tool install docfx --version { DocfxVersion } --tool-path $HOME/.pmdt --add-source { NugetInternalSource } ";
38+ public static readonly string DocfxInstallCmdWindows = $ "dotnet tool install docfx --version { DocfxVersion } --tool-path %USERPROFILE%/.pmdt";
39+ public static readonly string DocfxInstallCmdUnix = $ "dotnet tool install docfx --version { DocfxVersion } --tool-path $HOME/.pmdt";
4140
4241 public static readonly string DoctoolsInstallCmd = "git clone --branch \" 3.14.8-preview\" git@github.cds.internal.unity3d.com:unity/com.unity.package-manager-doctools.git Packages/com.unity.package-manager-doctools" ;
4342
You can’t perform that action at this time.
0 commit comments