Calamari
Calamari copied to clipboard
| Public | The core deployment scripts and tools used by Octopus Deploy
This change adds support for using a locally installed version of dotnet-script. Execution uses in order: * `dotnet tool list -g dotnet-script` to check if dotnet-script is installed. If it...
Now that we are compiling for net462 we can update the Nuget libraries being used
The consumer of this method has a [finally statement](https://github.com/OctopusDeploy/Calamari/blob/ab08792af6026aa6e01732d9617d15e2d6e7b100/source/Calamari.AzureAppService/Behaviors/Legacy/LegacyAzureAppServiceBehaviour.cs#L174) which unfortunately seems to [fail sometimes](https://build.octopushq.com/buildConfiguration/OctopusDeploy_Calamari_GateCalamariAzureAppServiceTests/10821131?expandBuildDeploymentsSection=false&hideTestsFromDependencies=false&hideProblemsFromDependencies=false&expandBuildTestsSection=true&expandBuildChangesSection=true&showLog=10821128_5200_1478.1531.5089.5199&logFilter=debug&logView=flowAware). A result of this is that we dont get a chance to see the actual...