Skip to content

Commit e69951f

Browse files
committed
chore: update workflow again
1 parent 9b5f4b6 commit e69951f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-debug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020

2121
- name: Restore NuGet Packages for Telerik.Examples.Mvc
2222
run: |
23-
dotnet restore Telerik.Examples.Mvc/Telerik.Examples.Mvc.csproj --configfile NuGet.Config -r win-x64
23+
dotnet restore Telerik.Examples.Mvc/Telerik.Examples.Mvc/Telerik.Examples.Mvc.csproj --configfile NuGet.Config -r win-x64
2424
env:
2525
TELERIK_NUGET_KEY: ${{secrets.TELERIK_NUGET_KEY}}
2626

2727
- name: Build Telerik.Examples.Mvc Project
28-
run: dotnet build src/AspNetCore/MyAspNetCoreApp/MyAspNetCoreApp.csproj -r win-x64 --no-restore
28+
run: dotnet build Telerik.Examples.Mvc/Telerik.Examples.Mvc/Telerik.Examples.Mvc.csproj -r win-x64 --no-restore
2929
env:
3030
TELERIK_LICENSE: ${{secrets.TELERIK_LICENSE_KEY}}

0 commit comments

Comments
 (0)