We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09daf5e commit f91cc78Copy full SHA for f91cc78
appveyor.yml
@@ -0,0 +1,7 @@
1
+version: 1.0.{build}
2
+image: Visual Studio 2019
3
+configuration: Release
4
+before_build:
5
+- cmd: nuget restore src/SvnManager.sln
6
+build:
7
+ verbosity: minimal
0 commit comments