Browse Source
* Remove unused workflow * Add dockerfile for MsSqlMigratorUtility * Change cmd * Fix dockerfile parampull/2757/head
4 changed files with 18 additions and 14 deletions
@ -1,14 +0,0 @@
@@ -1,14 +0,0 @@
|
||||
--- |
||||
name: Build Migrator CLI |
||||
|
||||
on: |
||||
workflow_dispatch: |
||||
|
||||
jobs: |
||||
|
||||
stub: |
||||
name: Stub |
||||
runs-on: ubuntu-22.04 |
||||
steps: |
||||
- name: Stub |
||||
run: echo "Stub" |
||||
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
* |
||||
!obj/build-output/publish/* |
||||
!obj/Docker/empty/ |
||||
Loading…
Reference in new issue