We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0815c commit 4247099Copy full SHA for 4247099
1 file changed
.github/workflows/ci.yml
@@ -190,12 +190,18 @@ jobs:
190
8.0.x
191
9.0.100
192
193
+ - run: |
194
+ & dotnet tool update --global uno.check --version ${{ env.UnoCheck_Version }} --add-source https://api.nuget.org/v3/index.json
195
+ & uno-check -v --ci --non-interactive --fix --skip xcode --skip androidemulator --skip gtk3 --skip vswin --skip vsmac
196
+ shell: pwsh
197
+ name: Install .NET Workloads
198
+
199
- name: Download Artifact
200
uses: actions/download-artifact@v4
201
with:
202
name: NuGet
203
path: samples/packages
-
204
205
- name: Validate 5.6 Sample app (Debug - DesignTimeBuild)
206
run: |
207
$installationPath = vswhere -latest -property installationPath
0 commit comments