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.
2 parents e4261b4 + 383659a commit bba45e0Copy full SHA for bba45e0
azure-pipelines-templates/copy-sdkconfig.yml
@@ -8,6 +8,11 @@ parameters:
8
9
steps:
10
- task: CopyFiles@2
11
+ condition: >-
12
+ or(
13
+ succeeded(),
14
+ failed()
15
+ )
16
displayName: Copying SDKCONFIG
17
inputs:
18
sourceFolder: "${{ parameters.repoDirectory }}"
azure-pipelines-templates/publish-sdkconfig.yml
@@ -4,6 +4,11 @@
4
5
- task: PublishPipelineArtifact@1
6
displayName: Publish SDKCONFIG artifact
7
targetPath: '$(Build.ArtifactStagingDirectory)\$(TargetPublishName)_sdkconfig'
artifactName: $(TargetPublishName)_sdkconfig
0 commit comments