Skip to content

Commit

Permalink
change order of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
asv-soft-u03 authored Jun 7, 2024
1 parent 90cc089 commit 4211600
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/BuildForWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x

- name: Install Workloads
run: |
cd src
dotnet workload restore
# here you must define where your project is stored
- name: Install dependencies
run: dotnet restore ./src/Asv.Drones.Gui.sln

- name: Install Workloads
run: |
cd src
dotnet workload restore


# here you must define path to your .sln
- name: Build project
Expand Down

0 comments on commit 4211600

Please sign in to comment.