Skip to content

Commit

Permalink
Update Windows CI.yml
Browse files Browse the repository at this point in the history
add workloads restore command
  • Loading branch information
asv-soft-u03 authored May 21, 2024
1 parent e395b2f commit 63367df
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/Windows CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,16 @@ jobs:
- name: Setting the project version
run: |
dotnet tool install -g dotnet-setversion
setversion ${{ steps.version.outputs.version-without-v }} ${{ env.PATH_TO_PROJECTS }}\Asv.Avalonia.Toolkit\Asv.Avalonia.Toolkit.csproj
setversion ${{ steps.version.outputs.version-without-v }} ${{ env.PATH_TO_PROJECTS }}\Asv.Avalonia.Toolkit\Asv.Avalonia.Toolkit.csproj
- name: Restoring workloads
run: |
cd src
dotnet workload restore
- name: Restoring dependencies
run: |
cd src
cd src
dotnet restore
- name: Building projects
Expand Down

0 comments on commit 63367df

Please sign in to comment.