Skip to content

Commit 57533a4

Browse files
Merge pull request #554 from TransactionProcessing/copilot/fix-windows-release-workflow-again
fix: use dotnet10 feed for Windows release restore
2 parents 32a7ac6 + 18c0537 commit 57533a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
dotnet workload install maui
3737
3838
- name: Restore packages
39-
run: dotnet restore TransactionProcessor.Mobile.sln -r win-x64 --source ${{ secrets.PUBLICFEEDURL }} --source ${{ secrets.PRIVATEFEED_URL }} --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json
39+
run: dotnet restore TransactionProcessor.Mobile.sln -r win-x64 --source ${{ secrets.PUBLICFEEDURL }} --source ${{ secrets.PRIVATEFEED_URL }} --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json
4040

4141
- name: Decrypt PFX File
4242
run: |

0 commit comments

Comments
 (0)