Skip to content

Commit

Permalink
Merge pull request #179 from CDOT-CV/Fix/ci-pipeline-include-git
Browse files Browse the repository at this point in the history
Include Git History in Azure Artifacts
  • Loading branch information
drewjj authored Feb 20, 2025
2 parents e60c84d + b97de28 commit 5b365f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ The pipeline automatically triggers when:
1. **Copy Files**
- Copies project files to the artifact staging directory
- Excludes certain files/directories by default:
- `.git` directories
- `data` directories
- `docs` directories
- Markdown (`.md`) files
Expand Down
1 change: 0 additions & 1 deletion .azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ steps:
SourceFolder: '$(Build.SourcesDirectory)'
Contents: |
**
!**/.git/**
!**/data/**
!**/docs/**
!**/*.md
Expand Down

0 comments on commit 5b365f5

Please sign in to comment.