Skip to content

Commit

Permalink
Attempt to resolve the error: Unable to download https://dotnetcli.az…
Browse files Browse the repository at this point in the history
…ureedge.net/dotnet/Sdk/6.0.0/dotnet-sdk-6.0.0-win-x64.zip. Returned HTTP status code: 404 Downloading from "legacy" link has failed with error.
  • Loading branch information
claudiamurialdo committed Jan 15, 2024
1 parent 265747b commit 16e88a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/External-Storage-Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,20 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install .NET Core 5.0
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: '5.0.x'

- name: Install .NET 6
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: '6.0.x'
include-prerelease: True

- uses: actions/setup-dotnet@v1
with:
source-url: https://nuget.pkg.github.com/genexuslabs/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,15 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main

- name: Install .NET Core 5.0
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: '5.0.x'

- name: Install .NET 6
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: '6.0.x'
include-prerelease: True

- uses: actions/setup-dotnet@v1
with:
source-url: https://nuget.pkg.github.com/genexuslabs/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 16e88a0

Please sign in to comment.