File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}}
You can’t perform that action at this time.
0 commit comments