Skip to content

Commit 1f00679

Browse files
authored
Revert to use setup-dotnet@v3 for x86 release pipeline (#26559)
### Description Revert to use setup-dotnet@v3. Using actions/setup-dotnet@v5 is having issue as it keeps using latest dotnet 10.0.0 that makes pipeline failed. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
1 parent 8fe4804 commit 1f00679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_x86.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
working-directory: ${{ github.workspace }}
6262

6363
- name: Use .NET 8.x
64-
uses: actions/setup-dotnet@v5
64+
uses: actions/setup-dotnet@v3
6565
with:
6666
dotnet-version: '8.x'
6767
env:

0 commit comments

Comments
 (0)