Skip to content

Commit 39cbbe9

Browse files
committed
fix: publish script
1 parent a6d7e4c commit 39cbbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ cd ../../..
4848

4949
setlocal enabledelayedexpansion
5050

51-
set "xmlFile=src\Asv.Drones.Gui.Custom.props"
51+
set "xmlFile=src\Directory.Build.props"
5252

5353
for /f "tokens=2 delims=<> " %%a in ('findstr /i "<ProductVersion>" "%xmlFile%"') do (
5454
set "productVersion=%%a"

0 commit comments

Comments
 (0)