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 d72d43d
Show file tree
Hide file tree
Showing 3 changed files with 18 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.

18 changes: 18 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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: dotnet tool install fake-cli --tool-path .
displayName: Install FAKE
- script: ./fake build
displayName: Run Build

0 comments on commit d72d43d

Please sign in to comment.