This repository was archived by the owner on Mar 27, 2026. It is now read-only.
Bump Aspire.StackExchange.Redis.DistributedCaching from 13.1.0 to 13.1.1 #217
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI Build | |
| on: | |
| push: | |
| branches: | |
| - "main" | |
| pull_request: | |
| jobs: | |
| build-dotnet: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| steps: | |
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd | |
| - name: Setup .NET Core | |
| uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 | |
| with: | |
| global-json-file: global.json | |
| - name: Build with dotnet | |
| run: dotnet build --configuration Release | |
| # - name: Test with dotnet | |
| # run: dotnet test |