Skip to content

Commit

Permalink
Attempt #3 to build .net dlls on build boxes.
Browse files Browse the repository at this point in the history
  • Loading branch information
phx-mpascale committed May 19, 2022
1 parent 16f4856 commit a93c64d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.8

- name: Install library
run: |
pip install poetry
poetry install
- name: Run dotnet build
run: |
cd PythonLogging
Expand Down

0 comments on commit a93c64d

Please sign in to comment.