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

Build script tidy-up #922

Merged
merged 6 commits into from
Feb 13, 2022
Merged

Conversation

martincostello
Copy link
Member

  • Do not edit the csproj outside CI to help prevent stopping people checking in changes from local testing with the build scripts.
  • Use xplat path joining.
  • Fix some casing.
  • Make brace styles/spacing consistent.
  • Add shebang for PowerShell Core.
  • Set executable bit for PowerShell Core.
  • Remove redundant variable.
  • Disable showing the download progress bar when downloading files.
  • Skip running the tests for .NET Framework on non-Windows operating systems.
  • Drop test TFM for .NET Core 2.1 as it is no longer supported.
  • Speed up CI by setting some additional environment variables.

Do not edit the csproj outside CI.
Use xplat path joining.
Fix some casing.
Make brace styles/spacing consistent.
Add shebang for pwsh.
Remove redundant variable.
Set the executable bit for macOS and Linux.
Disable showing the download progress bar when downloading files.
Skip running the tests for .NET Framework on non-Windows operating systems.
.NET Core 2.1 is no longer supported.
Speed up CI by setting some additional environment variables.
@martincostello martincostello added this to the v7.2.4 milestone Feb 13, 2022
@martincostello martincostello merged commit 440955d into App-vNext:v724-or-v730 Feb 13, 2022
@martincostello martincostello deleted the Cake-Tidy branch February 13, 2022 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant