File tree Expand file tree Collapse file tree 3 files changed +20
-28
lines changed
Telerik.Examples.ContentSecurityPolicy
Telerik.Examples.RazorPages Expand file tree Collapse file tree 3 files changed +20
-28
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 dotnet-version : 9.x.x
2020
21+ # Telerik.Examples.Mvc Project Restore & Build
2122 - name : Restore NuGet Packages for Telerik.Examples.Mvc
2223 run : |
2324 dotnet restore Telerik.Examples.Mvc/Telerik.Examples.Mvc/Telerik.Examples.Mvc.csproj --configfile NuGet.Config -r win-x64
2627
2728 - name : Build Telerik.Examples.Mvc Project
2829 run : dotnet build Telerik.Examples.Mvc/Telerik.Examples.Mvc/Telerik.Examples.Mvc.csproj -r win-x64 --no-restore
30+ env :
31+ TELERIK_LICENSE : ${{secrets.TELERIK_LICENSE_KEY}}
32+
33+ # Telerik.Examples.RazorPages Project Restore & Build
34+ - name : Restore NuGet Packages for Telerik.Examples.RazorPages
35+ run : |
36+ dotnet restore Telerik.Examples.RazorPages/Telerik.Examples.RazorPages/Telerik.Examples.RazorPages.csproj --configfile NuGet.Config -r win-x64
37+ env :
38+ TELERIK_NUGET_KEY : ${{secrets.TELERIK_NUGET_KEY}}
39+
40+ # Telerik.Examples.ContentSecurityPolicy Project Restore & Build
41+ - name : Restore NuGet Packages for Telerik.Examples.ContentSecurityPolicy Project
42+ run : |
43+ dotnet restore Telerik.Examples.RazorPages/Telerik.Examples.RazorPages/Telerik.Examples.RazorPages.csproj --configfile NuGet.Config -r win-x64
44+ env :
45+ TELERIK_NUGET_KEY : ${{secrets.TELERIK_NUGET_KEY}}
46+
47+ - name : Build Telerik.Examples.ContentSecurityPolicy Project
48+ run : dotnet build Telerik.Examples.ContentSecurityPolicy/Telerik.Examples.ContentSecurityPolicy/Telerik.Examples.ContentSecurityPolicy.csproj -r win-x64 --no-restore
2949 env :
3050 TELERIK_LICENSE : ${{secrets.TELERIK_LICENSE_KEY}}
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments