Skip to content

Commit 495beee

Browse files
committed
Specifies restore source explicitly
1 parent 24ae1d4 commit 495beee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dotnet-version: '10.0.x'
2020

2121
- name: Restore dependencies
22-
run: dotnet restore bottomly.net.slnx
22+
run: dotnet restore bottomly.net.slnx -s https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json
2323

2424
- name: Build
2525
run: dotnet build bottomly.net.slnx --no-restore --configuration Release

0 commit comments

Comments
 (0)