Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .devops/workflows/Test_Devops_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,12 @@ jobs:
artifactName: Invex.Atom.Module.DevopsWorkflows.Tests-$(job-runs-on)-$(test-framework)
targetPath: $(Build.BinariesDirectory)/Invex.Atom.Module.DevopsWorkflows.Tests

- task: PublishPipelineArtifact@1
displayName: Invex.Atom.Module.Dotnet.Tests
inputs:
artifactName: Invex.Atom.Module.Dotnet.Tests-$(job-runs-on)-$(test-framework)
targetPath: $(Build.BinariesDirectory)/Invex.Atom.Module.Dotnet.Tests

- task: PublishPipelineArtifact@1
displayName: Invex.Atom.Module.GithubWorkflows.Tests
inputs:
Expand Down
Loading
Loading