Skip to content

Commit 7ec2d4e

Browse files
authored
Update build.sh
1 parent 9018d81 commit 7ec2d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
curl -sSL https://dot.net/v1/dotnet-install.sh > dotnet-install.sh
22
chmod +x dotnet-install.sh
3-
./dotnet-install.sh -c 7.0 -InstallDir ./dotnet7
3+
./dotnet-install.sh -c 7.0 --version 7.0.203 -InstallDir ./dotnet7
44
./dotnet7/dotnet --version
55
./dotnet7/dotnet tool install Excubo.WebCompiler --global
66
./dotnet7/dotnet publish ComponentViewer.Wasm/ComponentViewer.Wasm.csproj -c Release -o output

0 commit comments

Comments
 (0)