aboutsummaryrefslogtreecommitdiff
path: root/build/publish.csproj
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2015-02-22 14:00:04 -0600
committerrogerk <devnull@localhost>2015-02-22 14:00:04 -0600
commit8f8187e4b3e9053c3a199c9c26d53ec206e6b591 (patch)
treec97377df8f226ac4e4644d1fdc7a2f53e5bb7bed /build/publish.csproj
parentd7ea2057f697b938eb33d08aa69c172c89880c2f (diff)
downloadprotobuf-8f8187e4b3e9053c3a199c9c26d53ec206e6b591.tar.gz
protobuf-8f8187e4b3e9053c3a199c9c26d53ec206e6b591.tar.bz2
protobuf-8f8187e4b3e9053c3a199c9c26d53ec206e6b591.zip
version 2.4.1.555
Diffstat (limited to 'build/publish.csproj')
-rw-r--r--build/publish.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/publish.csproj b/build/publish.csproj
index 37a5f626..bbe71df5 100644
--- a/build/publish.csproj
+++ b/build/publish.csproj
@@ -82,7 +82,7 @@
<!-- Require Win7.0A SDK to verify strong-name -->
<Error Text="Unable to locate Win7SDK Tools: $(SnTool)" Condition="!Exists($(SnTool))" />
<!-- Require Python 2.5 installed -->
- <Error Text="Unable to locate Python 2.5: $(Python)" Condition="!Exists($(Python))" />
+ <!-- Error Text="Unable to locate Python 2.5: $(Python)" Condition="!Exists($(Python))" / -->
<!-- Require production signing key -->
<Exec Command="$(HgTool) clone https://bitbucket.org/rknapp/protobuf-csharp-port-keyfile $(ProjectDirectory)\release-key" Condition="!Exists('$(SigningKey)')" />
<Error Text="Unable to locate release signing key: $(SigningKey)" Condition="!Exists($(SigningKey))" />