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 de7b6e3 commit cb04dcdCopy full SHA for cb04dcd
1 file changed
.github/workflows/azure-static-web-app.yml
@@ -1,4 +1,4 @@
1
-name: cd-build-wasm
+name: Azure Static Web Apps CI/CD
2
3
on:
4
push:
@@ -13,7 +13,7 @@ jobs:
13
build_and_deploy_job:
14
env:
15
DIST_PATH: samples/WinUI.TableView.SampleApp.Uno/bin/Release/net10.0-browserwasm/publish/wwwroot
16
- DotnetVersion: '10.0.x'
+ DotnetVersion: '10.0.100'
17
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
18
runs-on: ubuntu-latest
19
container: 'unoplatform/wasm-build:3.0'
0 commit comments