Skip to content

Commit

Permalink
chore: Update to latest uno.check for wasm filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 7, 2024
1 parent e26dd12 commit a319943
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
5 changes: 2 additions & 3 deletions build/stage-build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
- template: templates/gitversion.yml

- template: templates/dotnet-install-linux.yml
# Not working properly uno.check 1.26
# parameters:
# UnoCheckParameters: '--tfm net9.0-browserwasm'
parameters:
UnoCheckParameters: '--tfm net9.0-browserwasm'

- template: templates/canary-updater.yml

Expand Down
5 changes: 2 additions & 3 deletions build/stage-uitests-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
clean: true

- template: templates/dotnet-install-linux.yml
# Not working properly uno.check 1.26
# parameters:
# UnoCheckParameters: '--tfm net9.0-browserwasm'
parameters:
UnoCheckParameters: '--tfm net9.0-browserwasm'

- template: templates/canary-updater.yml

Expand Down
2 changes: 1 addition & 1 deletion build/templates/dotnet-install-linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parameters:
DotNetVersion: '9.0.100-rc.2.24474.11'
UnoCheck_Version: '1.26.1'
UnoCheck_Version: '1.27.0-dev.4'
installJava: true
installWorkloads: true
UnoCheckParameters: ''
Expand Down
2 changes: 1 addition & 1 deletion build/templates/dotnet-install-mac.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parameters:
DotNetVersion: '9.0.100-rc.2.24474.11'
UnoCheck_Version: '1.26.1'
UnoCheck_Version: '1.27.0-dev.4'
installWorkloads: true
UnoCheckParameters: ''

Expand Down
2 changes: 1 addition & 1 deletion build/templates/dotnet-install-windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parameters:
DotNetVersion: '9.0.100-rc.2.24474.11'
UnoCheck_Version: '1.26.1'
UnoCheck_Version: '1.27.0-dev.4'
UnoCheckParameters: ''

steps:
Expand Down

0 comments on commit a319943

Please sign in to comment.