Skip to content

fix(csproj): set Optimization to true #51

fix(csproj): set Optimization to true

fix(csproj): set Optimization to true #51

Workflow file for this run

name: Pull_Request_Tests
on:
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- name: "Checkout Master Branch"
uses: actions/checkout@v2
- name: Run Unit Tests
working-directory: src/LadybugDisplaySchema.Tests
run: |
dotnet test --configuration Release