✨ Add support for newer IDL standard (#6) #20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: .NET | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Get the sources | |
uses: actions/checkout@v2 | |
- name: Run cake | |
shell: bash | |
run: | | |
dotnet tool install Cake.Tool --version 1.1.0 | |
dotnet tool restore | |
dotnet cake --target=Test --verbosity=verbose |