Skip to content

Commit 9b5f4b6

Browse files
committed
chore: update workflow
1 parent 8e2c022 commit 9b5f4b6

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/build-debug.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff 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}}

0 commit comments

Comments
 (0)