diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-10-18 23:41:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-18 23:41:43 +0000 |
| commit | 51dae418b53ad4c6cca3063df929adddbcd57877 (patch) | |
| tree | e46e17a82512b6c4672c6b12481815bfa0f88496 | |
| parent | 3b3eb8bdfe78cbcb5d1a80f6d0defefbb6f9371a (diff) | |
chore(deps): update dependency copyfiles to v2.211.0
| -rw-r--r-- | .ci/azure-pipelines-abi.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/azure-pipelines-abi.yml b/.ci/azure-pipelines-abi.yml index cf74a4201..cb93c226a 100644 --- a/.ci/azure-pipelines-abi.yml +++ b/.ci/azure-pipelines-abi.yml @@ -50,7 +50,7 @@ jobs: path: "$(System.ArtifactsDirectory)/new-artifacts" runVersion: "latest" - - task: CopyFiles@2 + - task: CopyFiles@2.211.0 displayName: 'Copy New Assembly Build Artifact' inputs: sourceFolder: $(System.ArtifactsDirectory)/new-artifacts @@ -72,7 +72,7 @@ jobs: runVersion: "latestFromBranch" runBranch: "refs/heads/$(System.PullRequest.TargetBranch)" - - task: CopyFiles@2 + - task: CopyFiles@2.211.0 displayName: 'Copy Reference Assembly Build Artifact' enabled: false inputs: |
