We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38db203 commit b7f25dbCopy full SHA for b7f25db
azure-pipelines.yml
@@ -28,7 +28,7 @@ jobs:
28
- powershell: |
29
powershell make/get_fsaverage.ps1
30
$env:SUBJECTS_DIR = '$(System.DefaultWorkingDirectory)' + '\subjects'
31
- Write-Host ("##vso[task.setvariable variable=PATH]" + $env:PATH) SET SUBJECTS_DIR=%CD%\\subjects"
+ Write-Host ("##vso[task.setvariable variable=PATH]" + $env:PATH)
32
displayName: 'Get fsaverage'
33
34
git clone --depth 1 git://github.com/pyvista/gl-ci-helpers.git
0 commit comments