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 3a7ab99 commit 808be9aCopy full SHA for 808be9a
.github/workflows/pr-checks.yml
@@ -33,8 +33,10 @@ jobs:
33
dotnet pack templates.csproj -c Release -o pack
34
dotnet new -i ./pack/AntDesign.Templates.1.0.0.nupkg
35
dotnet new antdesign -n wasm --host wasm --full
36
+ dotnet new antdesign -n wasm2 --host wasm
37
dotnet new antdesign -n server --host server --full
38
dotnet new antdesign -n webapp --host webapp --full
39
dotnet build ./wasm
40
+ dotnet build ./wasm2
41
dotnet build ./server
42
dotnet build ./webapp
0 commit comments