Skip to content

Commit

Permalink
add msbuild to path
Browse files Browse the repository at this point in the history
  • Loading branch information
rwmcintosh committed Feb 19, 2025
1 parent 9cc4f55 commit 1d85520
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
with:
submodules: 'true'

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2

- name: define env variables
run: |
nuget sources add -username Open-Systems-Pharmacology -password ${{ secrets.GITHUB_TOKEN }} -name OSP-GitHub-Packages -source "https://nuget.pkg.github.com/Open-Systems-Pharmacology/index.json"
Expand Down

0 comments on commit 1d85520

Please sign in to comment.