Skip to content

Commit ed8c940

Browse files
Merge pull request #230 from trivalik/fixBatch
fix BuildModel.bat path
2 parents f4d4c66 + 7b098af commit ed8c940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DemoModel/BuildModel.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@ECHO off
22
SETLOCAL
33

4-
set MODELCOMPILER=..\..\..\build\bin\Release\net9.0\Opc.Ua.ModelCompiler.exe
4+
set MODELCOMPILER=..\..\build\bin\Release\net9.0\Opc.Ua.ModelCompiler.exe
55
set MODEL=DemoModel
66
set VERSION=v105
77
set EXCLUDE=Draft

0 commit comments

Comments
 (0)