Skip to content

Conversation

@premun
Copy link
Member

@premun premun commented Oct 14, 2022

I will need to also use darc on Linux

Windows version is already there:

arcade/eng/common/tools.ps1

Lines 858 to 866 in 32f13f8

function Get-Darc($version) {
$darcPath = "$TempDir\darc\$(New-Guid)"
if ($version -ne $null) {
& $PSScriptRoot\darc-init.ps1 -toolpath $darcPath -darcVersion $version | Out-Host
} else {
& $PSScriptRoot\darc-init.ps1 -toolpath $darcPath | Out-Host
}
return "$darcPath\darc.exe"
}

@premun premun merged commit cf4f291 into dotnet:main Oct 14, 2022
@premun premun deleted the prvysoky/get-darc branch October 14, 2022 15:26
premun added a commit to premun/arcade that referenced this pull request Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants