mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 05:41:38 +08:00
17 lines
552 B
Diff
17 lines
552 B
Diff
|
diff --git a/msvc-scripts/sodium.props b/msvc-scripts/sodium.props
|
||
|
index 41e1e47..3126455 100644
|
||
|
--- a/msvc-scripts/sodium.props
|
||
|
+++ b/msvc-scripts/sodium.props
|
||
|
@@ -17,9 +17,9 @@
|
||
|
<PreBuildEvent>
|
||
|
<Message>Process .in files</Message>
|
||
|
</PreBuildEvent>
|
||
|
- <PostBuildEvent>
|
||
|
+ <!-- <PostBuildEvent>
|
||
|
<Command>"$(SolutionDir)/test/default/wintest.bat" $(Configuration) $(Platform)</Command>
|
||
|
- </PostBuildEvent>
|
||
|
+ </PostBuildEvent> -->
|
||
|
<PostBuildEvent>
|
||
|
<Message>Run the test suite</Message>
|
||
|
</PostBuildEvent>
|