We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfcbb1 commit 9169230Copy full SHA for 9169230
.github/workflows/pre-integration.yml
@@ -25,9 +25,10 @@ jobs:
25
with:
26
dotnet-version: '5.0.x'
27
28
- - name: 📐 Ensure nuget.org added as package source
+ - name: 📐 Ensure nuget.org added as package source on Windows
29
if: matrix.os == 'windows-latest'
30
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
32
33
- name: 🔁 Restore packages
34
run: dotnet restore
0 commit comments