We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d5a20 commit cb0bb2fCopy full SHA for cb0bb2f
.github/workflows/release.yml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- dev
7
- master
8
+ - main
9
10
jobs:
11
build_artifact:
@@ -16,7 +17,7 @@ jobs:
16
17
- name: Setup .NET Core
18
uses: actions/setup-dotnet@v1
19
with:
- dotnet-version: 3.1.200
20
+ dotnet-version: 6.0.x
21
- name: Build with dotnet
22
run: dotnet build --configuration Release /home/runner/work/EasyCaching/EasyCaching/EasyCaching.sln
23
- name: Pack with dotnet
.github/workflows/release_stable.yml
@@ -15,7 +15,7 @@ jobs:
15
0 commit comments