Logo
Explore Help
Sign In
mirror/setup-dotnet
2
0
Fork 0
You've already forked setup-dotnet
Code Issues Pull Requests Actions Packages Projects Releases 44 Wiki Activity

44 Releases 51 Tags

RSS Feed
  • v3.2.0 3447fd6a9f
    Compare

    v3.2.0 Stable

    IvanZosimov released this 2023-05-29 18:43:18 +08:00 | 87 commits to main since this release

    What's Changed

    In scope of this minor release, the ability to cache the NuGet global-packages folder was added in https://github.com/actions/setup-dotnet/pull/303 by @nogic1008

    For caching, the action uses the @toolkit/cache library under the hood, which in turn allows getting rid of configuring the @actions/cache action separately.

    Such input parameters as cache and cache-dependency-path were added. The cache input is optional, and caching is turned off by default, cache-dependency-path is used to specify the path to a dependency file - packages.lock.json.

    Example of use-case:

    - uses: actions/setup-dotnet@v3
      with:
        dotnet-version: 6.x
        cache: true
        cache-dependency-path: subdir/packages.lock.json
    

    More details can be found in the action's documentation.

    Full Changelog: https://github.com/actions/setup-dotnet/compare/v3...v3.2.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
Powered by Gitea Version: 1.25.4 Page: 153ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API