Skip to content

Fix Simple Aggregate Property To Use Name if no property is set #729

Fix Simple Aggregate Property To Use Name if no property is set

Fix Simple Aggregate Property To Use Name if no property is set #729

Workflow file for this run

name: Run Tests
on: [push, pull_request]
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
- name: Build EasyCommands
run: dotnet build ./EasyCommands/EasyCommands.csproj --configuration Release
- name: Build EasyCommands.Tests
run: dotnet build ./EasyCommands.Tests/EasyCommands.Tests.csproj --configuration Release
- name: Run EasyCommands.Tests Tests
run: dotnet test EasyCommands.Tests/EasyCommands.Tests.csproj --verbosity normal