Skip to content

update release process #80

update release process

update release process #80

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-dotnet-action
- name: Build
run: dotnet build ./EncryptedConfigValue.sln --configuration Debug
- name: Test
run: dotnet test --no-restore --verbosity normal