This is an automated email from the ASF dual-hosted git repository.
shazwazza pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git
The following commit(s) were added to refs/heads/master by this push:
new 00680ba fixes svn revert syntax
00680ba is described below
commit 00680bad64adf0842cebe9aa5d9855544b7512b0
Author: Shannon <[email protected]>
AuthorDate: Wed May 6 14:48:16 2020 +1000
fixes svn revert syntax
---
build/Release.targets | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build/Release.targets b/build/Release.targets
index d93ddcf..309af35 100644
--- a/build/Release.targets
+++ b/build/Release.targets
@@ -172,8 +172,8 @@
<Message Importance="high" Text="Releasing $(PackageVersion)..."/>
<!-- Discard local changes -->
- <Exec WorkingDirectory="$(SvnDevDirectory)" Command="svn revert
--recursive" Condition=" '$(SvnDevDiscardLocalChanges)' == 'true' " />
- <Exec WorkingDirectory="$(SvnReleaseDirectory)" Command="svn revert
--recursive" Condition=" '$(SvnReleaseDiscardLocalChanges)' == 'true' " />
+ <Exec WorkingDirectory="$(SvnDevDirectory)" Command="svn revert
--recursive ./" Condition=" '$(SvnDevDiscardLocalChanges)' == 'true' " />
+ <Exec WorkingDirectory="$(SvnReleaseDirectory)" Command="svn revert
--recursive ./" Condition=" '$(SvnReleaseDiscardLocalChanges)' == 'true' " />
<!-- Copy KEYS file from dev to release -->
<Message Importance="high" Text="Source: $(SvnDevKeysFile), Destination:
$(SvnReleaseDirectory)"/>