1 parent 24ae1d4 commit 495beeeCopy full SHA for 495beee
1 file changed
.github/workflows/dotnet.yml
@@ -19,7 +19,7 @@ jobs:
19
dotnet-version: '10.0.x'
20
21
- name: Restore dependencies
22
- run: dotnet restore bottomly.net.slnx
+ run: dotnet restore bottomly.net.slnx -s https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json
23
24
- name: Build
25
run: dotnet build bottomly.net.slnx --no-restore --configuration Release
0 commit comments