We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20b8e9 commit a2169ebCopy full SHA for a2169eb
1 file changed
ci-build.sh
@@ -0,0 +1,10 @@
1
+#!/usr/bin/env bash
2
+curl -sSL https://dot.net/v1/dotnet-install.sh > dotnet-install.sh
3
+chmod +x dotnet-install.sh
4
+DOTNET_VERSION=10.0
5
+./dotnet-install.sh -c $DOTNET_VERSION -InstallDir ./dotnet
6
+./dotnet/dotnet --version
7
+./dotnet/dotnet publish \
8
+ src/BlazorApps/BlazorApps.csproj \
9
+ -c Release \
10
+ -o output
0 commit comments