We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9243695 commit 9601198Copy full SHA for 9601198
1 file changed
.github/workflows/BuildAndTest.yml
@@ -16,15 +16,15 @@ jobs:
16
ref: origin/dev
17
- name: Build XTMF2
18
run: |
19
- cd "D:\a\TMG-Framework\XTMF2"
+ cd "XTMF2"
20
dotnet build -c Release
21
- uses: actions/checkout@v1
22
- name: Build TMG-Framework
23
24
- cd "D:\a\TMG-Framework\TMG-Framework"
+ cd "TMG-Framework"
25
26
- name: Unit Tests
27
28
29
dotnet test -c Release
30
0 commit comments