Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Dec 17, 2024
1 parent 5390629 commit ff5bc9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class ArtifactPublisher(targetDir: Path, lang: IDLLanguage, creds: Credentials,

log.log("Preparing credentials")
Process(
s"dotnet nuget add source ${creds.nugetRepo} -name IzumiPublishSource --username ${creds.nugetUser} --password ${creds.nugetPassword}",
s"dotnet nuget add source ${creds.nugetRepo} --name IzumiPublishSource --username ${creds.nugetUser} --password ${creds.nugetPassword}",
targetDirAsFile,
).#||("true").lineStream.foreach(log.log)

Expand Down

0 comments on commit ff5bc9b

Please sign in to comment.