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'