Add rollForward note in README, improve proxy health check in e2e tests and bump version to v5.3.0 (#738)

* docs: add note about latest* rollForward support in global.json

* update health check options for squid proxy in e2e tests
This commit is contained in:
Priya Gupta
2026-05-28 08:15:27 +05:30
committed by GitHub
parent 98af08bf64
commit 9a946fdbd5
4 changed files with 10 additions and 3 deletions

View File

@@ -142,6 +142,8 @@ steps:
working-directory: csharp
```
> **Note**: The action supports `latest*` variants of the [rollForward](https://learn.microsoft.com/en-us/dotnet/core/tools/global-json#rollforward) field in `global.json`. When set to `latestPatch`, `latestFeature`, `latestMinor`, or `latestMajor`, the action installs the appropriate SDK version.
## Caching NuGet Packages
The action has a built-in functionality for caching and restoring dependencies. It uses [toolkit/cache](https://github.com/actions/toolkit/tree/main/packages/cache) under the hood for caching global packages data but requires less configuration settings. The `cache` input is optional, and caching is turned off by default.