Skip to content

feat: Added partially implemented PackageService #50

feat: Added partially implemented PackageService

feat: Added partially implemented PackageService #50

Workflow file for this run

on:
push:
jobs:
CI:
name: Build project
runs-on: [self-hosted, Windows, x64, TwinCAT]
steps:
- name: Checkout source
uses: actions/checkout@v3
- name: Build
shell: pwsh
run: |
.\build.ps1 -Configuration Release
- name: Run tests
shell: pwsh
run: |
dotnet test --configuration Release --no-build --logger "console;verbosity=detailed" .\TwinGet.sln