mycroforge/MycroForge.PluginTemplate.Package/scripts/build-package.sh
mdnapo 33ba944f8a
All checks were successful
Test MycroForge.CLI / test (push) Successful in 2m23s
Updated scripts
2024-10-13 18:12:04 +02:00

5 lines
142 B
Bash
Executable File

#!/bin/env bash
rm -rf templates/MycroForge.PluginTemplate
cp -R ../MycroForge.PluginTemplate templates/MycroForge.PluginTemplate
dotnet pack