File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Build
2+
3+ on :
4+ push :
5+ branches : [ main, develop ]
6+ pull_request :
7+ branches : [ main, develop ]
8+ workflow_dispatch :
9+
10+ jobs :
11+ build :
12+ name : Build
13+ runs-on : windows-latest
14+
15+ steps :
16+ - name : Checkout code
17+ uses : actions/checkout@v4
18+
19+ - name : Setup .NET
20+ uses : actions/setup-dotnet@v4
21+ with :
22+ dotnet-version : ' 10.0.x'
23+
24+ - name : Build solution
25+ run : dotnet build -c Release
26+
Original file line number Diff line number Diff line change 1- # Shape2SqlServer [ ![ Build status ] ( https://ci.appveyor. com/api/projects/status/github/xfischer/Shape2SqlServer )] ( https://ci.appveyor. com/project/ xfischer/Shape2SqlServer )
1+ # Shape2SqlServer [ ![ Build] ( https://github. com/xfischer/Shape2SqlServer/actions/workflows/build.yml/badge.svg )] ( https://github. com/xfischer/Shape2SqlServer/actions/workflows/build.yml )
22
33Easy and fast shapefile import to MS SQL Server
44
You can’t perform that action at this time.
0 commit comments