Skip to content

update to commit https://github.com/matomo-org/device-detector/commit… #111

update to commit https://github.com/matomo-org/device-detector/commit…

update to commit https://github.com/matomo-org/device-detector/commit… #111

Workflow file for this run

name: .NET Core
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore /property:ContinuousIntegrationBuild=True
# - name: Test
# run: dotnet test --configuration Release --no-restore --no-build
- name: Pack
run: dotnet pack --configuration Release --no-restore --no-build