Skip to content

Commit e8eef76

Browse files
authored
Merge pull request #21 from data-solution-automation-engine/dev
Dev
2 parents 098fdbd + 02c209d commit e8eef76

File tree

259 files changed

+18969
-3871
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

259 files changed

+18969
-3871
lines changed

.github/workflows/docs.yml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
name: Docs
2+
3+
on:
4+
push:
5+
branches:
6+
- dev
7+
paths:
8+
- src/**
9+
- docs/**
10+
- .github/workflows/docs.yml
11+
pull_request:
12+
branches:
13+
- main
14+
paths:
15+
- docs/**
16+
- .github/workflows/docs.yml
17+
workflow_dispatch:
18+
19+
jobs:
20+
generate-docs:
21+
22+
runs-on: windows-latest
23+
24+
steps:
25+
- uses: actions/checkout@v2
26+
27+
- name: Setup .NET 6.0
28+
uses: actions/setup-dotnet@v1
29+
with:
30+
dotnet-version: 6.0.x
31+
32+
- name: Setup DocFX
33+
uses: crazy-max/ghaction-chocolatey@v1
34+
with:
35+
args: install docfx
36+
37+
- name: DocFX Build
38+
working-directory: docs
39+
run: docfx .\docfx.json
40+
continue-on-error: false
41+
42+
- name: Publish
43+
if: github.event_name == 'push'
44+
uses: peaceiris/actions-gh-pages@v3
45+
with:
46+
github_token: ${{ secrets.GITHUB_TOKEN }}
47+
publish_dir: docs/_site
48+
force_orphan: true

ClassLibrary/DataWarehouseAutomation/.vs/config/applicationhost.config

Lines changed: 0 additions & 1025 deletions
This file was deleted.

ClassLibrary/DataWarehouseAutomation/DataWarehouseAutomation/DataConnection.cs

Lines changed: 0 additions & 61 deletions
This file was deleted.

ClassLibrary/DataWarehouseAutomation/DataWarehouseAutomation/DataObjectMapping.cs

Lines changed: 0 additions & 120 deletions
This file was deleted.

ClassLibrary/DataWarehouseAutomation/DataWarehouseAutomation/DataObjectMappingList.cs

Lines changed: 0 additions & 13 deletions
This file was deleted.

ClassLibrary/DataWarehouseAutomation/DataWarehouseAutomation/DataQuery.cs

Lines changed: 0 additions & 57 deletions
This file was deleted.

ClassLibrary/DataWarehouseAutomation/DataWarehouseAutomation/obj/DataWarehouseAutomation.csproj.nuget.g.targets

Lines changed: 0 additions & 2 deletions
This file was deleted.

ClassLibrary/DataWarehouseAutomation/DataWarehouseAutomation/obj/Debug/netstandard2.0/DataWarehouseAutomation.AssemblyInfo.cs

Lines changed: 0 additions & 29 deletions
This file was deleted.

ClassLibrary/DataWarehouseAutomation/DataWarehouseAutomation/obj/Debug/netstandard2.0/DataWarehouseAutomation.AssemblyInfoInputs.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)