File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- version : 1 .0.{build}
1+ version : 2 .0.{build}
22
33branches :
44 only :
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ try {
110110 Run- Command - Quiet { & remove-item build - recurse - force }
111111 Run- Command - Quiet { & mkdir build }
112112 cd build
113- Run- Command - Quiet - Fatal { & $cmake - G " Visual Studio $vs " - D ENABLE_TRACE= ON - D " BUILD_CLAR=$build_clar " - D " LIBGIT2_FILENAME=$binaryFilename " - DSTDCALL = ON .. }
113+ Run- Command - Quiet - Fatal { & $cmake - G " Visual Studio $vs " - D ENABLE_TRACE= ON - D " BUILD_CLAR=$build_clar " - D " LIBGIT2_FILENAME=$binaryFilename " .. }
114114 Run- Command - Quiet - Fatal { & $cmake -- build . -- config $configuration }
115115 if ($test.IsPresent ) { Run- Command - Quiet - Fatal { & $ctest - V . } }
116116 cd $configuration
@@ -124,7 +124,7 @@ try {
124124 cd ..
125125 Run- Command - Quiet { & mkdir build64 }
126126 cd build64
127- Run- Command - Quiet - Fatal { & $cmake - G " Visual Studio $vs Win64" - D THREADSAFE= ON - D ENABLE_TRACE= ON - D " BUILD_CLAR=$build_clar " - D " LIBGIT2_FILENAME=$binaryFilename " - DSTDCALL = ON ../ .. }
127+ Run- Command - Quiet - Fatal { & $cmake - G " Visual Studio $vs Win64" - D THREADSAFE= ON - D ENABLE_TRACE= ON - D " BUILD_CLAR=$build_clar " - D " LIBGIT2_FILENAME=$binaryFilename " ../ .. }
128128 Run- Command - Quiet - Fatal { & $cmake -- build . -- config $configuration }
129129 if ($test.IsPresent ) { Run- Command - Quiet - Fatal { & $ctest - V . } }
130130 cd $configuration
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd" >
33 <metadata >
44 <id >LibGit2Sharp.NativeBinaries</id >
5- <version >1 .0.155 </version >
5+ <version >2 .0.0 </version >
66 <authors >LibGit2Sharp contributors</authors >
77 <owners >nulltoken</owners >
88 <licenseUrl >https://raw.githubusercontent.com/libgit2/libgit2/master/COPYING</licenseUrl >
You can’t perform that action at this time.
0 commit comments