diff --git a/PublishConsoleArm64.ps1 b/PublishConsoleArm64.ps1 new file mode 100644 index 0000000..03eb0bd --- /dev/null +++ b/PublishConsoleArm64.ps1 @@ -0,0 +1,7 @@ +$ErrorActionPreference = "Stop" + +Remove-Item -LiteralPath Ae.Dns.Console.zip -ErrorAction Ignore + +dotnet publish misc/Ae.Dns.Console --configuration Release --runtime linux-arm64 + +Compress-Archive -Path misc/Ae.Dns.Console/bin/Release/netcoreapp3.1/linux-arm64/publish/* -DestinationPath Ae.Dns.Console.zip \ No newline at end of file diff --git a/Publish.ps1 b/PublishPackages.ps1 similarity index 100% rename from Publish.ps1 rename to PublishPackages.ps1