Tooling
Added sln file, modified AppVeyor to reference it
This commit is contained in:
parent
72af21b8ce
commit
fdd95bfe95
@ -1,9 +1,9 @@
|
|||||||
os: Visual Studio 2017
|
os: Visual Studio 2017
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: dotnet restore src\RethinkDb.Driver.FSharp.fsproj
|
- cmd: dotnet restore src\RethinkDb.Driver.FSharp.sln
|
||||||
- cmd: dotnet build -v n src\RethinkDb.Driver.FSharp.fsproj
|
- cmd: dotnet build -v n src\RethinkDb.Driver.FSharp.sln
|
||||||
- cmd: dotnet pack src\RethinkDb.Driver.FSharp.fsproj -o %CD%\artifacts\nupkg
|
- cmd: dotnet pack src\RethinkDb.Driver.FSharp.sln -o %CD%\artifacts\nupkg
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: artifacts\nupkg\*.nupkg
|
- path: artifacts\nupkg\*.nupkg
|
||||||
|
32
src/RethinkDb.Driver.FSharp.sln
Normal file
32
src/RethinkDb.Driver.FSharp.sln
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio 15
|
||||||
|
VisualStudioVersion = 15.0.26124.0
|
||||||
|
MinimumVisualStudioVersion = 15.0.26124.0
|
||||||
|
Project("{E3D587AC-BEA4-4336-919D-1B6F1397C8FD}") = "RethinkDb.Driver.FSharp", "RethinkDb.Driver.FSharp\RethinkDb.Driver.FSharp.fsproj", "{9026E009-55DC-454E-87B7-39B9CBAD8BF8}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Debug|x64 = Debug|x64
|
||||||
|
Debug|x86 = Debug|x86
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
Release|x64 = Release|x64
|
||||||
|
Release|x86 = Release|x86
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{9026E009-55DC-454E-87B7-39B9CBAD8BF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{9026E009-55DC-454E-87B7-39B9CBAD8BF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{9026E009-55DC-454E-87B7-39B9CBAD8BF8}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
|
{9026E009-55DC-454E-87B7-39B9CBAD8BF8}.Debug|x64.Build.0 = Debug|x64
|
||||||
|
{9026E009-55DC-454E-87B7-39B9CBAD8BF8}.Debug|x86.ActiveCfg = Debug|x86
|
||||||
|
{9026E009-55DC-454E-87B7-39B9CBAD8BF8}.Debug|x86.Build.0 = Debug|x86
|
||||||
|
{9026E009-55DC-454E-87B7-39B9CBAD8BF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{9026E009-55DC-454E-87B7-39B9CBAD8BF8}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{9026E009-55DC-454E-87B7-39B9CBAD8BF8}.Release|x64.ActiveCfg = Release|x64
|
||||||
|
{9026E009-55DC-454E-87B7-39B9CBAD8BF8}.Release|x64.Build.0 = Release|x64
|
||||||
|
{9026E009-55DC-454E-87B7-39B9CBAD8BF8}.Release|x86.ActiveCfg = Release|x86
|
||||||
|
{9026E009-55DC-454E-87B7-39B9CBAD8BF8}.Release|x86.Build.0 = Release|x86
|
Loading…
Reference in New Issue
Block a user