Skip to content

Commit 7ff1919

Browse files
chilo-msankitm3k
authored andcommitted
Revert to use setup-dotnet@v3 for x86 release pipeline (microsoft#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 fa7ab09 commit 7ff1919

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)