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 a4a5cd2 commit abe4ae7Copy full SHA for abe4ae7
.github/actions/build-and-test/action.yml
@@ -14,12 +14,12 @@ runs:
14
using: "composite"
15
steps:
16
- name: Setup .NET
17
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v2
18
with:
19
dotnet-version: |
20
3.1.x
21
5.x
22
- 6.x
+ 6.0.301
23
env:
24
NUGET_AUTH_TOKEN: ${{ inputs.nugetToken }}
25
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "6.0",
4
- "rollForward": "latestMinor"
+ "version": "6.0.301",
+ "rollForward": "disable"
5
}
6
0 commit comments