QuellCode/CentronERP war nur als Gitlink (Submodul-Referenz auf 79c1142) getrackt, ohne .gitmodules und ohne erreichbares Remote. Der Untersuchungsgegenstand der Versuchsreihe war damit nicht reproduzierbar gesichert: Ein Klon haette ein leeres Verzeichnis erhalten, und die Belege der 3.287 Anforderungen waeren nicht ueberpruefbar gewesen. Umstellung: - Historie nach c:\DEV\CentronERP_git_snapshot_79c1142 ausgelagert (vollstaendig lesbar, enthaelt 79c1142 und Vorgaenger 89ccfd6) - Gitlink aus dem Index entfernt - Dateiinhalt aufgenommen: 24.557 Dateien, rund 333 MB Die verschachtelte .gitignore der Codebasis gilt weiter, Build-Artefakte bleiben ausgeschlossen. Details in Versuche/Versuch_01/_Codebasis-Nachweis.md
37 lines
1.3 KiB
YAML
37 lines
1.3 KiB
YAML
steps:
|
|
# Azure Pipeline Artifacts
|
|
- task: PublishPipelineArtifact@1
|
|
displayName: 'Upload Artifact: c-entron.NET Installer'
|
|
inputs:
|
|
targetPath: './artifacts/c-entron.NET Installer.zip'
|
|
artifactName: 'c-entron.NET Installer'
|
|
|
|
- task: PublishPipelineArtifact@1
|
|
displayName: 'Upload Artifact: c-entron Web-Service Installer'
|
|
inputs:
|
|
targetPath: './artifacts/c-entron Web-Service Installer.zip'
|
|
artifactName: 'c-entron Web-Service Installer'
|
|
|
|
- task: PublishPipelineArtifact@1
|
|
displayName: 'Upload Artifact: c-entron Web-Service Dependencies'
|
|
inputs:
|
|
targetPath: './artifacts/c-entron Web-Service Dependencies.txt'
|
|
artifactName: 'c-entron Web-Service Dependencies'
|
|
|
|
- task: PublishPipelineArtifact@1
|
|
displayName: 'Upload Artifact: c-entron.NET Dependencies'
|
|
inputs:
|
|
targetPath: './artifacts/c-entron.NET Dependencies.txt'
|
|
artifactName: 'c-entron.NET Dependencies'
|
|
|
|
- task: PublishPipelineArtifact@1
|
|
displayName: 'Upload Artifact: Nuget Packages'
|
|
inputs:
|
|
targetPath: './artifacts/nuget'
|
|
artifactName: 'Nuget Packages'
|
|
|
|
- task: PublishPipelineArtifact@1
|
|
displayName: 'Upload Artifact to Azure Pipelines: c-entron Nexus'
|
|
inputs:
|
|
targetPath: './artifacts/c-entron Nexus Installer.zip'
|
|
artifactName: 'c-entron Nexus Installer' |