Skip to content

Commit

Permalink
Temporarily hardcode darc version to unblock rollout (#3723)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche authored Jul 11, 2024
1 parent aaed55c commit 1a74ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/post-build/publish-using-darc.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ param(
try {
. $PSScriptRoot\post-build-utils.ps1

$darc = Get-Darc
$darc = Get-Darc "1.1.0-beta.24361.11"

$optionalParams = [System.Collections.ArrayList]::new()

Expand Down

0 comments on commit 1a74ad9

Please sign in to comment.