diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b103766d..1ea7a0e3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -55,7 +55,6 @@ jobs: displayName: "Install Dependencies" - script: yarn dist:linux - env: {GH_TOKEN : $(GH_TOKEN)} displayName: "Compile Distribution" - task: CopyFiles@2