Skip to content

Bump tough-cookie, @vue/cli-plugin-babel, @vue/cli-plugin-pwa, @vue/cli-plugin-typescript and @vue/cli-service in /ClientApp #43

Bump tough-cookie, @vue/cli-plugin-babel, @vue/cli-plugin-pwa, @vue/cli-plugin-typescript and @vue/cli-service in /ClientApp

Bump tough-cookie, @vue/cli-plugin-babel, @vue/cli-plugin-pwa, @vue/cli-plugin-typescript and @vue/cli-service in /ClientApp #43

Workflow file for this run

name: .NET
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.301
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal