Skip to content

Add authentication status and new request params #34

Add authentication status and new request params

Add authentication status and new request params #34

Workflow file for this run

name: .NET Core Desktop
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: windows-latest
env:
Solution_Name: csharp-client.sln
Test_Project_Path: Tests/Tests.csproj
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
# Install the .NET Core workload
- name: Install .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
# Execute all unit tests in the solution
- name: Execute unit tests
run: dotnet test