Skip to content

Commit

Permalink
Reenable Linux CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak committed Mar 21, 2020
1 parent f98920d commit 2be8762
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2be8762

Please sign in to comment.