Skip to content

Commit 92f08f9

Browse files
committed
ci: remove manifest
1 parent 65ea2d1 commit 92f08f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/templates/dotnet-install-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717

1818
- powershell: |
1919
& dotnet tool update --global uno.check --version ${{ parameters.UnoCheck_Version }} --add-source https://api.nuget.org/v3/index.json
20-
& uno-check --pre -v --ci --non-interactive --fix --skip androidsdk --skip androidemulator --skip xcode --skip gtk3 --skip vswin --skip vsmac --manifest ${{ parameters.UnoCheck_Manifest }}
20+
& uno-check --pre -v --ci --non-interactive --fix --skip androidsdk --skip androidemulator --skip xcode --skip gtk3 --skip vswin --skip vsmac
2121
displayName: Install .NET Workloads
2222
errorActionPreference: continue
2323
ignoreLASTEXITCODE: true

0 commit comments

Comments
 (0)