Skip to content

Bump Microsoft.AppCenter.Analytics from 5.0.3 to 5.0.5 #15

Bump Microsoft.AppCenter.Analytics from 5.0.3 to 5.0.5

Bump Microsoft.AppCenter.Analytics from 5.0.3 to 5.0.5 #15

Workflow file for this run

name: ci
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
- name: Check code style with CSharpier
run: |
dotnet tool restore
dotnet csharpier --check .
- name: Build
run: dotnet build --configuration Release