Skip to content

Commit a896c12

Browse files
committed
Work CI-CD
- Copying and publishing SDKCONFIG is not dependent on success anymore. (may need to look into it if the build fails) ***NO_CI***
1 parent 9f60398 commit a896c12

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

azure-pipelines-templates/copy-sdkconfig.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ parameters:
88

99
steps:
1010
- task: CopyFiles@2
11-
condition: succeeded()
1211
displayName: Copying SDKCONFIG
1312
inputs:
1413
sourceFolder: "${{ parameters.repoDirectory }}"

azure-pipelines-templates/publish-sdkconfig.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
steps:
55
- task: PublishPipelineArtifact@1
6-
condition: succeeded()
76
displayName: Publish SDKCONFIG artifact
87
inputs:
98
targetPath: '$(Build.ArtifactStagingDirectory)\$(TargetPublishName)_sdkconfig'

0 commit comments

Comments
 (0)