We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90cc089 commit 4211600Copy full SHA for 4211600
.github/workflows/BuildForWindows.yml
@@ -14,15 +14,17 @@ jobs:
14
uses: actions/setup-dotnet@v1
15
with:
16
dotnet-version: 8.0.x
17
+
18
+ - name: Install Workloads
19
+ run: |
20
+ cd src
21
+ dotnet workload restore
22
23
# here you must define where your project is stored
24
- name: Install dependencies
25
run: dotnet restore ./src/Asv.Drones.Gui.sln
26
- - name: Install Workloads
- run: |
- cd src
- dotnet workload restore
27
28
29
# here you must define path to your .sln
30
- name: Build project
0 commit comments