Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manual updates 20231019 - Cake.Tool 3.2.0-alpha0025 setup #802

Merged
merged 1 commit into from
Oct 22, 2023

Conversation

moljac
Copy link
Member

@moljac moljac commented Oct 19, 2023

Does this change any of the generated binding API's?

No. Infrastructure.

While waiting for release of Cake 3.2.0, let's use Cake.Tool preview

cake-build/cake#4206
cake-build/cake#4206 (comment)
https://dev.azure.com/cake-build/Cake/_artifacts/feed/cake/NuGet/Cake.Tool/overview/3.2.0-alpha0025

Describe your contribution

Changed template to install Cake.Tool preview.

Added something like this:

dotnet tool uninstall --global Cake.Tool
dotnet tool install --global \
    Cake.Tool \
    --add-source https://pkgs.dev.azure.com/cake-build/Cake/_packaging/cake/nuget/v3/index.json \
    -version 3.2.0-alpha0025

@moljac
Copy link
Member Author

moljac commented Oct 20, 2023

Resulting CI log

Starting: PowerShell
==============================================================================
Task         : PowerShell
Description  : Run a PowerShell script on Linux, macOS, or Windows
Version      : 2.229.4
Author       : Microsoft Corporation
Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell
==============================================================================
Generating script.
========================== Starting Command Output ===========================
/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/899fd800-bf2f-49b5-adb6-1e646b565c24.ps1'
Tool 'cake.tool' (version '3.1.0') was successfully uninstalled.
You can invoke the tool using the following command: dotnet-cake
Tool 'cake.tool' (version '3.2.0-alpha0025') was successfully installed.
Finishing: PowerShell

@jpobst
Copy link
Contributor

jpobst commented Oct 20, 2023

👍 Seems like a good temporary solution.

@moljac moljac merged commit 6501700 into main Oct 22, 2023
4 checks passed
@moljac moljac deleted the mu-202031019-cake-preview branch October 22, 2023 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants