diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-11-04 13:49:49 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-04 13:49:49 +0900 |
| commit | d9ea1ac12d03b2d299c162f9d9d33c840eeb9a78 (patch) | |
| tree | 61db0581660e3560e1d88b1373df2772219b2da9 | |
| parent | 25f93a9af4ee3caa3bbb42996e5c65f0c3adb1de (diff) | |
disable two more tasks to fix the failures
| -rw-r--r-- | .ci/azure-pipelines-abi.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.ci/azure-pipelines-abi.yml b/.ci/azure-pipelines-abi.yml index 52abdd0ea..b558d2a6f 100644 --- a/.ci/azure-pipelines-abi.yml +++ b/.ci/azure-pipelines-abi.yml @@ -62,6 +62,7 @@ jobs: - task: DownloadPipelineArtifact@2 displayName: 'Download Reference Assembly Build Artifact' + enabled: false inputs: source: "specific" artifact: "$(NugetPackageName)" @@ -73,6 +74,7 @@ jobs: - task: CopyFiles@2 displayName: 'Copy Reference Assembly Build Artifact' + enabled: false inputs: sourceFolder: $(System.ArtifactsDirectory)/current-artifacts contents: '**/*.dll' |
