Skip to content

Commit 2ce2d45

Browse files
authored
Merge branch 'main' into dependabot/dotnet_sdk/dotnet-sdk-10.0.103
2 parents 0b20609 + e7846ba commit 2ce2d45

2 files changed

Lines changed: 57 additions & 52 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,22 @@ on:
44
pull_request:
55
schedule:
66
# Runs every night at 2 AM UTC. This is to detect flakey builds
7-
- cron: '0 2 * * *'
7+
- cron: "0 2 * * *"
88

99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Checkout
14-
uses: actions/checkout@v6
13+
- name: Checkout
14+
uses: actions/checkout@v6
1515

16-
- name: Run Build in Dev Container
17-
uses: devcontainers/ci@v0.3
18-
with:
19-
runCmd: |
16+
- name: Setup .NET SDK
17+
uses: actions/setup-dotnet@v5
18+
with:
19+
# Use the .NET SDK from global.json in the root of the repository.
20+
global-json-file: global.json
21+
22+
- name: Build
23+
run: |
24+
dotnet tool restore
2025
dotnet cake

website/package-lock.json

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)