Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthsparks <69657545+thsparks@users.noreply.github.com>2022-03-18 20:08:41 +0300
committerGitHub <noreply@github.com>2022-03-18 20:08:41 +0300
commit12ebbf03c31f261b99684f9bf66c9920aca83cbb (patch)
tree758b093a04a9a6869a88c9062d4f1c6b390230a7
parent5ccd91f12777995c8891a8600fe5e7afb3b146a8 (diff)
Fix typo
Co-authored-by: Michael Cummings (MSFT) <mcumming@microsoft.com>
-rw-r--r--Directory.Build.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/Directory.Build.targets b/Directory.Build.targets
index 94620d4..3df816d 100644
--- a/Directory.Build.targets
+++ b/Directory.Build.targets
@@ -6,7 +6,7 @@
<PropertyGroup>
<!--
- Diable MicroBuild signing by default, then only enable it after compilation.
+ Disable MicroBuild signing by default, then only enable it after compilation.
This way, if compilation is skipped because it the project has already been built, signing
will remain turned off and we will not redundantly submit already-signed files to sign.