Skip to content

Commit 900d1a6

Browse files
Ilya Finkelshteynbrettsam
authored andcommitted
1 parent 31d0049 commit 900d1a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ image:
1111
- Visual Studio 2017
1212
- Ubuntu
1313

14+
max_jobs: 1
15+
1416
for:
1517
-
1618
matrix:
@@ -29,8 +31,7 @@ for:
2931
if ($env:FUNCTIONS_NIGHTLY -eq "1") {
3032
$version = Get-Date -Format "yyyyMMdd-HHmm"
3133
Update-AppveyorBuild -Version $version -Message "Functions Scheduled Build"
32-
}
33-
max_jobs: 1
34+
}
3435
clone_folder: c:\azure-webjobs-sdk-script
3536
install:
3637
- ps: >-

0 commit comments

Comments
 (0)