Selaa lähdekoodia

disable two more tasks to fix the failures

dkanada 4 vuotta sitten
vanhempi
sitoutus
d9ea1ac12d
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      .ci/azure-pipelines-abi.yml

+ 2 - 0
.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'