Skip to content

Commit

Permalink
Update main_build-aspnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceMcCarthy committed Feb 16, 2024
1 parent 9e386eb commit d522272
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main_build-aspnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
env:
CONTAINER_BASE_IMAGE: "mcr.microsoft.com/dotnet/aspnet:8.0"
WORKING_DIRECTORY: "src/AspNetCore/MyAspNetCoreApp"
NUGET_CONFIG_PATH: "src/NuGet.Config"

jobs:

Expand Down Expand Up @@ -106,7 +105,7 @@ jobs:

- name: Restore NuGet Packages
working-directory: ${{env.WORKING_DIRECTORY}}
run: dotnet restore -r "linux-${{env.target_arch}}" --configfile "../${{env.NUGET_CONFIG_PATH}}"
run: dotnet restore -r "linux-${{env.target_arch}}" --configfile "../../NuGet.Config"
env:
TELERIK_USERNAME: ${{secrets.MyTelerikAccountUsername}}
TELERIK_PASSWORD: ${{secrets.MyTelerikAccountPassword}}
Expand Down Expand Up @@ -143,7 +142,7 @@ jobs:

- name: Restore NuGet Packages
working-directory: ${{env.WORKING_DIRECTORY}}
run: dotnet restore -r "linux-${{env.target_arch}}" --configfile "../${{env.NUGET_CONFIG_PATH}}"
run: dotnet restore -r "linux-${{env.target_arch}}" --configfile "../../NuGet.Config"
env:
TELERIK_USERNAME: ${{secrets.MyTelerikAccountUsername}}
TELERIK_PASSWORD: ${{secrets.MyTelerikAccountPassword}}
Expand Down

0 comments on commit d522272

Please sign in to comment.