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 aafa230 commit 173da3fCopy full SHA for 173da3f
1 file changed
.github/workflows/siteextension_release.yml
@@ -34,7 +34,13 @@ jobs:
34
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
35
with:
36
fetch-depth: 0
37
-
+
38
+ - name: Setup .NET 10 Preview
39
+ uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
40
+ with:
41
+ dotnet-version: '10.0.x'
42
+ dotnet-quality: 'preview'
43
44
- name: Add msbuild to PATH
45
uses: microsoft/setup-msbuild@6fb02220983dee41ce7ae257b6f4d8f9bf5ed4ce # v2.0.0
46
0 commit comments