We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22312e commit 110a69cCopy full SHA for 110a69c
1 file changed
.github/workflows/build.yml
@@ -126,6 +126,14 @@ jobs:
126
working-directory: ./
127
run: mkdir ./components
128
129
+ - name: Add msbuild to PATH
130
+ uses: microsoft/setup-msbuild@v1.3.1
131
+
132
+ # Restore Tools from Manifest list in the Repository
133
+ - name: Restore dotnet tools
134
+ working-directory: ./tooling
135
+ run: dotnet tool restore
136
137
# Create a new experiment from the template and test using that
138
- name: Install template
139
working-directory: ${{ env.PROJECT_DIRECTORY }}
@@ -205,6 +213,7 @@ jobs:
205
213
206
214
# Restore Tools from Manifest list in the Repository
207
215
- name: Restore dotnet tools
216
208
217
run: dotnet tool restore
209
218
210
219
- name: Generate solution
0 commit comments