Mattias Karlsson
Mattias Karlsson
In `build.ps1` we set ```PowerShell $env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1 $env:DOTNET_CLI_TELEMETRY_OPTOUT=1 $env:DOTNET_ROLL_FORWARD_ON_NO_CANDIDATE_FX=2 ``` but in `build.sh` ```bash export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1 export DOTNET_CLI_TELEMETRY_OPTOUT=1 export DOTNET_SYSTEM_NET_HTTP_USESOCKETSHTTPHANDLER=0 ``` the `DOTNET_ROLL_FORWARD_ON_NO_CANDIDATE_FX` is missing in bash file.
What's the major win vs. current pipeline? Having the release and build separate means we build once and can promote that artifact easily from each stage from directly from Pipelines...
The current pipeline is versioned and tracked through build.cake and deploy.cake, what gets deployed where is controlled through pipeline variables. Build could easily be moved to yaml as it just...
> @ecampidoglio @devlead what were you thinking about the implementation details? If you need some help with it, I would be help to assist. Essentially like described above if csproj...
Feel free to send a PR and we'll review it. Ask here or on PR if there're any questions.
A pull request, a proposal of change of files in this repository. Documentation on our site is written in markdown, all in the input folder here: https://github.com/cake-build/website/tree/master/input You can also...
sure done
1. you'll need to fork 2. do your changes in your fork 3. create a pull request Read more about forks and pull requests in GitHub docs at https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request Read...
@bjorkstromm is this still relevant since we bumped to .NET 3.1/5/6?
Still would be a valid addition if documented available cli ver 2 and up.