diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 725d41b62..81b1ec356 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,18 +16,18 @@ jobs: inputs: pathtoPublish: 'bin/pkgs' artifactName: 'pkgs' -# - job: Linux -# pool: -# vmImage: 'ubuntu-16.04' -# steps: -# - task: UseDotNet@2 -# displayName: 'Use .NET Core Sdk from global.json' -# inputs: -# useGlobalJson: true -# - script: dotnet tool restore -# displayName: Install Tools -# - script: dotnet fake build --target All -# displayName: Build All +- job: Linux + pool: + vmImage: 'ubuntu-16.04' + steps: + - task: UseDotNet@2 + displayName: 'Use .NET Core Sdk from global.json' + inputs: + useGlobalJson: true + - script: dotnet tool restore + displayName: Install Tools + - script: dotnet fake build --target All + displayName: Build All - job: MacOS pool: vmImage: 'macOS-10.15'