Update stages to run in parallel (#2471)
This commit is contained in:
Родитель
12dc7a4f91
Коммит
8443bca53e
|
@ -43,6 +43,7 @@ extends:
|
|||
- template: /eng/ci/templates/official/jobs/build-artifacts.yml@self
|
||||
|
||||
- stage: Test
|
||||
dependsOn: [] # allows you to run stages in parallel
|
||||
|
||||
jobs:
|
||||
- template: /eng/ci/templates/jobs/run-unit-tests.yml@self
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
jobs:
|
||||
|
||||
- job: BuildArtifacts
|
||||
displayName: Build Artifacts
|
||||
displayName: Build artifacts
|
||||
|
||||
templateContext:
|
||||
outputParentDirectory: $(Build.ArtifactStagingDirectory)
|
||||
|
@ -37,7 +37,7 @@ jobs:
|
|||
displayName: Sign SDK assemblies
|
||||
inputs:
|
||||
ConnectedServiceName: ESRP Service-internal
|
||||
FolderPath: sdk\sdk\bin\Release
|
||||
FolderPath: sdk/Sdk/bin/Release
|
||||
Pattern: Microsoft.Azure.Functions.Worker.Sdk*.dll
|
||||
signConfigType: inlineSignParams
|
||||
inlineOperation: |
|
||||
|
@ -73,7 +73,7 @@ jobs:
|
|||
displayName: Sign SDK Analyzers assemblies
|
||||
inputs:
|
||||
ConnectedServiceName: ESRP Service-internal
|
||||
FolderPath: sdk\Sdk.Analyzers\bin\Release
|
||||
FolderPath: sdk/Sdk.Analyzers/bin/Release
|
||||
Pattern: Microsoft.Azure.Functions.Worker.Sdk*.dll
|
||||
signConfigType: inlineSignParams
|
||||
inlineOperation: |
|
||||
|
|
Загрузка…
Ссылка в новой задаче