Skip to content

Commit b3d1b95

Browse files
committed
ENH: CI builds against ITK 5.1.0
1 parent 3faa0d5 commit b3d1b95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The file template originates from: https://github.com/InsightSoftwareConsortium/ITKModuleTemplate
22
variables:
3-
ITKGitTag: v5.1rc03
4-
ITKPythonGitTag: v5.1rc03
3+
ITKGitTag: v5.1.0
4+
ITKPythonGitTag: v5.1.0
55
CMakeBuildType: Release
66

77
trigger:

{{cookiecutter.project_name}}/test/azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variables:
2-
ITKGitTag: v5.1rc03
3-
ITKPythonGitTag: v5.1rc03
2+
ITKGitTag: v5.1.0
3+
ITKPythonGitTag: v5.1.0
44
CMakeBuildType: Release
55

66
trigger:

0 commit comments

Comments
 (0)