Skip to content

Commit

Permalink
Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
avidit committed May 2, 2024
1 parent 92bb385 commit 4779ace
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@ jobs:
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
path: Dynamo
repository: DynamoDS/Dynamo
- name: List files
run: Get-ChildItem -Path ${{ github.workspace }} -Recurse
- name: Setup Nuget
uses: nuget/setup-nuget@a21f25cd3998bf370fde17e3f1b4c12c175172f9 # v2.0.0
- name: Setup msbuild
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2.0.0
- name: Install dependencies for Dynamo solution
run: nuget restore ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln
run: |
nuget restore ${{ github.workspace }}\Dynamo\src\Dynamo.All.sln
nuget restore $Env:GITHUB_WORKSPACE\Dynamo\src\Dynamo.All.sln
- name: Install dependencies for TuneUp solution
run: nuget restore ${{ github.workspace }}\TuneUp\TuneUp.sln
- name: Build Dynamo solution
Expand Down

0 comments on commit 4779ace

Please sign in to comment.