Skip to content

Commit d66d3df

Browse files
committed
BUG: Remove quotes from ITK version in Azure configuration
These are optional and they interfere with the ITK/Utilities/Maintenance/UpdateRequiredITKVersionInRemoteModules.sh script.
1 parent de8edb8 commit d66d3df

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,6 +1,6 @@
11
variables:
2-
ITKGitTag: 'v5.0.0'
3-
ITKPythonGitTag: 'v5.0.0.post1'
2+
ITKGitTag: v5.0.0
3+
ITKPythonGitTag: v5.0.0.post1
44
CMakeBuildType: Release
55

66
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.0.0'
3-
ITKPythonGitTag: 'v5.0.0.post1'
2+
ITKGitTag: v5.0.0
3+
ITKPythonGitTag: v5.0.0.post1
44
CMakeBuildType: Release
55

66
trigger:

0 commit comments

Comments
 (0)