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

github.com/mono/libgit-binary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVsevolod Kukol <sevoku@microsoft.com>2019-02-05 21:30:46 +0300
committerVsevolod Kukol <sevoku@microsoft.com>2019-02-07 11:44:48 +0300
commita301472917804b74b3aae3148ba458d48f96609a (patch)
tree7cf50dbd876cf193e99e890431fb3415bcba3008
parente3492c1af9007f3aee02a5e702c0d3ec24de570b (diff)
Fix Windows build
-rw-r--r--build.libgit2.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/build.libgit2.ps1 b/build.libgit2.ps1
index 2f1bca8..0d6b10b 100644
--- a/build.libgit2.ps1
+++ b/build.libgit2.ps1
@@ -6,7 +6,7 @@
#>
Param(
- [string]$vs = '12'
+ [string]$vs = '15'
)
Set-StrictMode -Version Latest