Skip to content

Commit 66c1b26

Browse files
committed
Update CI2
1 parent 6ab99f8 commit 66c1b26

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/BuildAndTest.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@ jobs:
66
build:
77
runs-on: windows-2025
88
steps:
9-
- uses: actions/checkout@v1
10-
with:
11-
submodules: recursive
129
- name: Setup .NetCore
1310
uses: actions/setup-dotnet@v1
1411
with:
1512
dotnet-version: 10.0.101
16-
- name: Build with dotnet
13+
- uses: actions/checkout@v1
14+
with:
15+
repository: TravelModellingGroup/XTMF2
16+
- name: Build XTMF2
17+
run: |
18+
dotnet build -c Release
19+
- uses: actions/checkout@v1
20+
- name: Build TMG-Framework
1721
run: |
1822
dotnet build -c Release
1923
- name: Unit Tests

0 commit comments

Comments
 (0)