Skip to content

Commit b10c040

Browse files
authored
Create build.sh
1 parent 8c43489 commit b10c040

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
#!/bin/sh
3+
curl -sSL https://dot.net/v1/dotnet-install.sh > dotnet-install.sh
4+
chmod +x dotnet-install.sh
5+
./dotnet-install.sh -c 6.0 -InstallDir ./dotnet6
6+
./dotnet6/dotnet --version
7+
./dotnet6/dotnet publish -c Release -o output

0 commit comments

Comments
 (0)