Skip to content

Commit c021693

Browse files
committed
chore: fix ci malfunctions
1 parent 2c73929 commit c021693

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-debug.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)