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 9f60398 commit a896c12Copy full SHA for a896c12
azure-pipelines-templates/copy-sdkconfig.yml
@@ -8,7 +8,6 @@ parameters:
8
9
steps:
10
- task: CopyFiles@2
11
- condition: succeeded()
12
displayName: Copying SDKCONFIG
13
inputs:
14
sourceFolder: "${{ parameters.repoDirectory }}"
azure-pipelines-templates/publish-sdkconfig.yml
@@ -3,7 +3,6 @@
3
4
5
- task: PublishPipelineArtifact@1
6
7
displayName: Publish SDKCONFIG artifact
targetPath: '$(Build.ArtifactStagingDirectory)\$(TargetPublishName)_sdkconfig'
0 commit comments