Skip to content

Commit 9169230

Browse files
committed
Changed windows hack to continue if the source was already added
1 parent 7bfcbb1 commit 9169230

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pre-integration.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
with:
2626
dotnet-version: '5.0.x'
2727

28-
- name: 📐 Ensure nuget.org added as package source
28+
- name: 📐 Ensure nuget.org added as package source on Windows
2929
if: matrix.os == 'windows-latest'
3030
run: dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org --configfile $env:APPDATA\NuGet\NuGet.Config
31+
continue-on-error: true
3132

3233
- name: 🔁 Restore packages
3334
run: dotnet restore

0 commit comments

Comments
 (0)