Skip to content

migrate fake build script to a build project, update to new dotnet sdk (7 for now) #89

migrate fake build script to a build project, update to new dotnet sdk (7 for now)

migrate fake build script to a build project, update to new dotnet sdk (7 for now) #89

Workflow file for this run

name: FSharp.Data.SqlClient 'Actions' CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.100
- name: Install SQL Server
# reference @ https://github.com/Particular/install-sql-server-action
uses: Particular/[email protected]
with:
connection-string-env-var: SQL_SERVER_CONNECTION_STRING
catalog: AdventureWroks
extra-params: ""
- name: Build
env:
FSHARP_DATA_SQLCLIENT_USE_SQLLOCALDB_FOR_TESTS: 1
run: |
'"C:/Program Files/Microsoft SQL Server/130/Tools/Binn/SqlLocalDB.exe" info'
./build.cmd