File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,13 @@ jobs:
1818 with :
1919 dotnet-version : 9.x.x
2020
21- - name : Build Telerik.Examples.Mvc
22- run : dotnet build Telerik.Examples.Mvc/Telerik.Examples.Mvc.sln --configuration Release
23-
24- - name : Build Telerik.Examples.RazorPages
25- run : dotnet build Telerik.Examples.RazorPages/Telerik.Examples.RazorPages.sln --configuration Release
26-
27- - name : Build Telerik.Examples.ContentSecurityPolicy
28- run : dotnet build Telerik.Examples.ContentSecurityPolicy/Telerik.Examples.ContentSecurityPolicy.sln --configuration Release
21+ - name : Restore NuGet Packages for Telerik.Examples.Mvc
22+ run : |
23+ dotnet restore Telerik.Examples.Mvc/Telerik.Examples.Mvc.csproj --configfile NuGet.Config -r win-x64
24+ env :
25+ TELERIK_NUGET_KEY : ${{secrets.TELERIK_NUGET_KEY}}
26+
27+ - name : Build Telerik.Examples.Mvc Project
28+ run : dotnet build src/AspNetCore/MyAspNetCoreApp/MyAspNetCoreApp.csproj -r win-x64 --no-restore
29+ env :
30+ TELERIK_LICENSE : ${{secrets.TELERIK_LICENSE_KEY}}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments