Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak committed Mar 20, 2019
1 parent eda36ab commit bc1fbc8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

9 changes: 0 additions & 9 deletions appveyor.yml

This file was deleted.

22 changes: 22 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: $(Rev:r)
jobs:
- job: Windows
pool:
vmImage: 'vs2017-win2016'
steps:
- script: dotnet tool install fake-cli --tool-path .
displayName: Install FAKE
- script: fake build
displayName: Run Build
- job: Linux
pool:
vmImage: 'ubuntu-16.04'
steps:
- script: |
export DOTNET_ROOT=$HOME/.dotnet/
export PATH=$PATH:$HOME/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands
displayName: Workaround
- script: dotnet tool install fake-cli -g
displayName: Install FAKE
- script: fake build
displayName: Run Build

0 comments on commit bc1fbc8

Please sign in to comment.