Skip to content

Commit

Permalink
rename Windows artifact to flush out incompatible 2019 artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Soren Lassen <[email protected]>
  • Loading branch information
sorenlassen committed Sep 15, 2023
1 parent 4a054d0 commit 76cd1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/Windows-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- powershell: |
$mlir_match = Select-String -Path onnx-mlir\utils\clone-mlir.sh -Pattern "git checkout ([\da-f]+)"
$mlir_tag = "MLIR_Windows_$($mlir_match.Matches.Groups[1].Value)"
$mlir_tag = "MLIR_Windows2022_$($mlir_match.Matches.Groups[1].Value)"
# TODO Use this version to select artifact by tag, once permissions are enabled this will be significantly faster
#$build_list = az pipelines build list --org https://dev.azure.com/onnx-pipelines --project onnx --definition-ids 9 --tags $mlir_tag --status completed --result succeeded | ConvertFrom-Json
Expand Down

0 comments on commit 76cd1e3

Please sign in to comment.