We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab99f8 commit 66c1b26Copy full SHA for 66c1b26
1 file changed
.github/workflows/BuildAndTest.yml
@@ -6,14 +6,18 @@ jobs:
6
build:
7
runs-on: windows-2025
8
steps:
9
- - uses: actions/checkout@v1
10
- with:
11
- submodules: recursive
12
- name: Setup .NetCore
13
uses: actions/setup-dotnet@v1
14
with:
15
dotnet-version: 10.0.101
16
- - name: Build with dotnet
+ - uses: actions/checkout@v1
+ with:
+ repository: TravelModellingGroup/XTMF2
+ - name: Build XTMF2
17
+ run: |
18
+ dotnet build -c Release
19
20
+ - name: Build TMG-Framework
21
run: |
22
dotnet build -c Release
23
- name: Unit Tests
0 commit comments