diff --git a/NuGet.Config b/NuGet.Config new file mode 100644 index 0000000..d4a0f9d --- /dev/null +++ b/NuGet.Config @@ -0,0 +1,6 @@ + + + + + + diff --git a/build.ps1 b/build.ps1 index d318992..c3aebeb 100644 --- a/build.ps1 +++ b/build.ps1 @@ -1,13 +1,27 @@ +echo "" +echo "███████╗██╗ ██╗ ██╗███████╗██╗ ██╗██╗ ██╗██████╗ " +echo "██╔════╝██║ ██║ ██║██╔════╝██║ ██║██║ ██║██╔══██╗" +echo "█████╗ ██║ ██║ ██║█████╗ ███████║██║ ██║██████╔╝" +echo "██╔══╝ ██║ ██║ ██║██╔══╝ ██╔══██║██║ ██║██╔══██╗" +echo "███████╗███████╗███████╗██║███████╗██║ ██║╚██████╔╝██████╔╝" +echo "╚══════╝╚══════╝╚══════╝╚═╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ " +echo "" +echo "Copyright © 2024 Toastie_t0ast & EllieBotDevs" +echo "" + +echo "" echo "Building EllieHub" echo "" dotnet build -c Release +echo "" echo "Testing EllieHub" echo "" dotnet test +echo "" echo "Publishing EllieHub" echo "" @@ -20,6 +34,7 @@ dotnet publish -c Release -r osx-x64 -o ../build/EllieHub_osx-x64 --self-contain dotnet publish -c Release -r osx-arm64 -o ../build/EllieHub_osx-arm64 --self-contained cd ..\ +echo "" echo "Packaging EllieHub" echo ""