mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 12:03:19 +00:00
add an appveyor.yml
This commit is contained in:
+2
-1
@@ -1,7 +1,7 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2013
|
||||
VisualStudioVersion = 12.0.21005.1
|
||||
VisualStudioVersion = 12.0.30723.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Octokit", "Octokit\Octokit.csproj", "{08DD4305-7787-4823-A53F-4D0F725A07F3}"
|
||||
EndProject
|
||||
@@ -11,6 +11,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Octokit.Tests.Integration",
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{CEC9D451-6291-4EDF-971A-D398144FBF96}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
appveyor.yml = appveyor.yml
|
||||
build.cmd = build.cmd
|
||||
build.fsx = build.fsx
|
||||
script\cibuild.ps1 = script\cibuild.ps1
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
init:
|
||||
- git config --global core.autocrlf input
|
||||
build_script:
|
||||
- cmd: build.cmd BuildApp
|
||||
- cmd: build.cmd UnitTests
|
||||
#- cmd: build.cmd IntegrationTests
|
||||
- cmd: build.cmd SourceLink
|
||||
- cmd: build.cmd CreateOctokitPackage
|
||||
test: off
|
||||
artifacts:
|
||||
- path: packaging\*.nupkg
|
||||
@@ -185,11 +185,9 @@ Target "CreatePackages" DoNothing
|
||||
"IntegrationTests"
|
||||
==> "Default"
|
||||
|
||||
"SourceLink"
|
||||
==> "CreateOctokitPackage"
|
||||
"CreateOctokitPackage"
|
||||
==> "CreatePackages"
|
||||
"SourceLink"
|
||||
==> "CreateOctokitReactivePackage"
|
||||
"CreateOctokitReactivePackage"
|
||||
==> "CreatePackages"
|
||||
|
||||
RunTargetOrDefault "Default"
|
||||
|
||||
Reference in New Issue
Block a user