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 0fa94e6 commit 2071d44Copy full SHA for 2071d44
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
17
- name: Setup .NET Core
18
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9
+ uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d
19
with:
20
global-json-file: global.json
21
- name: Build with dotnet
.github/workflows/format.yml
@@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
22
23
24
0 commit comments