Skip to content

Commit dce4f8c

Browse files
authored
Merge pull request #7297 from CDiaz-MS/update_ci
Update pipeline to include MixedReality.Toolkit.Test.Utilities
2 parents d94ff6d + 4cc9294 commit dce4f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipelines/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
arguments: '$(Build.SourcesDirectory)\artifacts\release -tmpDir $(Build.ArtifactStagingDirectory)'
102102

103103
- powershell: |
104-
Remove-Item "$(Build.SourcesDirectory)/artifacts/release/Microsoft.MixedReality.Toolkit.Tests.*"
104+
Remove-Item "$(Build.SourcesDirectory)/artifacts/release/Microsoft.MixedReality.Toolkit.Tests.*" -Exclude "*.Utilities.*"
105105
displayName: "Delete MixedReality.Toolkit.Tests package from the release artifacts"
106106
107107
- task: PublishBuildArtifacts@1

0 commit comments

Comments
 (0)