Skip to content

debug 2

debug 2 #20

Workflow file for this run

name: Test Runner
on: [push]
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: src/
steps:
- uses: actions/checkout@v4
- name: Setup .NET 8.x
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
- name: Configure NuGet source
run: |
dotnet nuget update source ProCoSysOfficial \
--username statoildeveloper \
--password ${{ secrets.AZURE_ARTIFACTS_PAT }} \
--store-password-in-clear-text
# - name: Run tests
# run: dotnet test
- run: dotnet build Equinor.ProCoSys.Preservation.Domain\Equinor.ProCoSys.Preservation.Domain.csproj