Skip to content

Commit

Permalink
Refactor build workflow to restore Kiota packages before building gen…
Browse files Browse the repository at this point in the history
…erated code
  • Loading branch information
christianhelle committed Sep 17, 2024
1 parent 93ba823 commit 01baec0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,11 @@ jobs:
working-directory: test
continue-on-error: ${{ matrix.os == 'macos-12' }}

- name: Build .NET 6 Kiota generated code
- name: Restore Kiota packages
run: dotnet restore ./GeneratedCode/Kiota/Kiota.sln
working-directory: test

- name: Build Kiota generated code
run: dotnet build ./GeneratedCode/Kiota/Net6/Net6.csproj
working-directory: test

Expand Down

0 comments on commit 01baec0

Please sign in to comment.