Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Sep 5, 2024
1 parent 8dd055f commit a5b142b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lisa/tools/mono.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from lisa.base_tools import Wget
from lisa.executable import Tool
from lisa.operating_system import Ubuntu
from lisa.secret import add_secret
from lisa.tools import Echo
from lisa.util import UnsupportedDistroException

Expand Down Expand Up @@ -83,6 +84,7 @@ def add_source(
password: str,
nuget_path: str = "",
) -> None:
add_secret(password)
self._run_nuget_command(
f"sources add -Name {name} -Source {source} "
f"-username {user_name} -password {password}",
Expand Down

0 comments on commit a5b142b

Please sign in to comment.