We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a186ea commit b9be482Copy full SHA for b9be482
1 file changed
build-Hitorus.Web.sh
@@ -6,7 +6,7 @@ python generate-resx.py 2
6
curl -sSL https://dot.net/v1/dotnet-install.sh > dotnet-install.sh
7
chmod +x dotnet-install.sh
8
./dotnet-install.sh -c 9.0 -InstallDir ./dotnet
9
-./dotnet/dotnet workload install wasm-tools
+# ./dotnet/dotnet workload install wasm-tools
10
./dotnet/dotnet publish src/Hitorus.Web -c Release -o output
11
-find . -name "*.br" -type f -delete
12
-find . -name "*.gz" -type f -delete
+# find ./output/wwwroot -name "*.br" -type f -delete
+# find ./output/wwwroot -name "*.gz" -type f -delete
0 commit comments