Skip to content

Commit ad31b34

Browse files
committed
remove source
1 parent e8abed8 commit ad31b34

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Tools/CI/Settings/InputSystemSettings.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)