Skip to content

Refasm a dll after compilation #164

Refasm a dll after compilation

Refasm a dll after compilation #164

name: .NET
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 200
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
7.0.302
7.0.203
7.0.202
7.0.105
6.0.408
6.0.301
6.0.300
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: cleanup
run: dotnet build-server shutdown
- name: Test
run: dotnet test --no-build --verbosity normal