File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,15 @@ jobs:
3737 env :
3838 TELERIK_NUGET_KEY : ${{secrets.TELERIK_NUGET_KEY}}
3939
40+ - name : Build Telerik.Examples.RazorPages Project
41+ run : dotnet build Telerik.Examples.RazorPages/Telerik.Examples.RazorPages/Telerik.Examples.RazorPages.csproj -r win-x64 --no-restore
42+ env :
43+ TELERIK_LICENSE : ${{secrets.TELERIK_LICENSE_KEY}}
44+
4045 # Telerik.Examples.ContentSecurityPolicy Project Restore & Build
4146 - name : Restore NuGet Packages for Telerik.Examples.ContentSecurityPolicy Project
4247 run : |
43- dotnet restore Telerik.Examples.RazorPages /Telerik.Examples.RazorPages /Telerik.Examples.RazorPages .csproj --configfile NuGet.Config -r win-x64
48+ dotnet restore Telerik.Examples.ContentSecurityPolicy /Telerik.Examples.ContentSecurityPolicy /Telerik.Examples.ContentSecurityPolicy .csproj --configfile NuGet.Config -r win-x64
4449 env :
4550 TELERIK_NUGET_KEY : ${{secrets.TELERIK_NUGET_KEY}}
4651
You can’t perform that action at this time.
0 commit comments