Skip to content

Fixed tests to Compile with latest dependency changes as some of them are wildcard versions. This is what broke the build on the test assembly. #50

Fixed tests to Compile with latest dependency changes as some of them are wildcard versions. This is what broke the build on the test assembly.

Fixed tests to Compile with latest dependency changes as some of them are wildcard versions. This is what broke the build on the test assembly. #50

Workflow file for this run

name: .NET Core (build pull request)
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_NOLOGO: true
steps:
- uses: actions/checkout@main
- name: Install latest .NET 8 SDK
uses: Elskom/setup-latest-dotnet@main
with:
SDK_VERSION: '8.0.200'
RUNTIME_VERSIONS: ''
- name: Restore, Build, test, and pack
uses: Elskom/build-dotnet@main
with:
TEST: true