Skip to content

Commit 63defd3

Browse files
authored
Update ci.yml
1 parent 0cc847f commit 63defd3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,11 @@ jobs:
255255
mv "${dir}" "TeamTools.Linter.SSDT";
256256
done
257257
258+
- name: Remove dev config
259+
if: ${{ matrix.app-dotnet == 'netcoreapp3.1 }}
260+
run: |
261+
rm "${{ steps.cli.outputs.download-path }}/*.dev.json"
262+
258263
- name: Upload repack
259264
uses: actions/upload-artifact@v4
260265
with:

0 commit comments

Comments
 (0)