mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 22:13:23 -07:00
Debugging...
This commit is contained in:
parent
5faadff02c
commit
8e8b131c40
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -32,10 +32,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dotnet-version: '5.0.100'
|
dotnet-version: '5.0.100'
|
||||||
|
|
||||||
- name: Test network connectivity to NuGet.org
|
- name: Configure NuGet sources
|
||||||
run: |
|
run: |
|
||||||
echo "Testing network connectivity to NuGet.org..."
|
nuget sources Add -Name "NuGet.org" -Source "https://api.nuget.org/v3/index.json" || echo "NuGet.org source already exists"
|
||||||
curl -v https://api.nuget.org/v3/index.json
|
nuget sources Add -Name "Microsoft" -Source "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" || echo "Microsoft source already exists"
|
||||||
|
|
||||||
- name: Verify NuGet sources
|
- name: Verify NuGet sources
|
||||||
run: nuget sources list
|
run: nuget sources list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue