Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Move MMI to netstandard2.0 and include OMI v1.6.0 #37

Merged
merged 15 commits into from
Jun 27, 2019
Merged
Prev Previous commit
Next Next commit
Add publishing of PDB as artifact
  • Loading branch information
adityapatwardhan committed Jun 27, 2019
commit 99b97896c48c5fbd49e0e0f3da7ebebef7406816
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -25,6 +25,11 @@ steps:
artifactName: 'release'
targetPath: src/Microsoft.Management.Infrastructure/bin/Microsoft.Management.Infrastructure.dll

- task: PublishPipelineArtifact@0
inputs:
artifactName: 'release'
targetPath: src/Microsoft.Management.Infrastructure/bin/Microsoft.Management.Infrastructure.pdb

- task: ShellScript@2
inputs:
scriptPath: test.sh