summaryrefslogtreecommitdiff
path: root/dotnet/default.build
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet/default.build')
-rw-r--r--dotnet/default.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotnet/default.build b/dotnet/default.build
index 5dafa7fd9c..52a67ff638 100644
--- a/dotnet/default.build
+++ b/dotnet/default.build
@@ -72,7 +72,7 @@
<!-- Runs 'svnversion' to get the repository revision into the build property 'build.svnversion'. -->
<target name="svnversion" description="Runs svnversion to get the current repository version into a build script property.">
- <exec program="svnversion.exe" output="svnversion_tmp.txt">
+ <exec program="svnversion" output="svnversion_tmp.txt">
<arg value="-n"/>
</exec>