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 bac11fe commit e3da49bCopy full SHA for e3da49b
.github/workflows/build.yml
@@ -63,16 +63,6 @@ jobs:
63
echo "Is Preview: $STRAVAIG_IS_PREVIEW"
64
echo "Is Stable: $STRAVAIG_IS_STABLE"
65
66
- - uses: actions/setup-dotnet@v3
67
- name: Setup .NET Core
68
- with:
69
- dotnet-version: 3.1.x # Always the latest patch version.
70
-
71
72
- name: Setup .NET 5.0
73
74
- dotnet-version: 5.0.x # Always the latest patch version.
75
76
- uses: actions/setup-dotnet@v3
77
name: Setup .NET 6.0
78
with:
@@ -82,6 +72,9 @@ jobs:
82
name: Setup .NET 7.0
83
84
dotnet-version: 7.0.x # Always the latest patch version.
+
+ - name: .NET State
+ run: dotnet --info
85
86
79
- name: Build Solution
87
80
run: dotnet build $STRAVAIG_SOLUTION --configuration Release
0 commit comments