We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d94ff6d + 4cc9294 commit dce4f8cCopy full SHA for dce4f8c
pipelines/ci-release.yml
@@ -101,7 +101,7 @@ jobs:
101
arguments: '$(Build.SourcesDirectory)\artifacts\release -tmpDir $(Build.ArtifactStagingDirectory)'
102
103
- powershell: |
104
- Remove-Item "$(Build.SourcesDirectory)/artifacts/release/Microsoft.MixedReality.Toolkit.Tests.*"
+ Remove-Item "$(Build.SourcesDirectory)/artifacts/release/Microsoft.MixedReality.Toolkit.Tests.*" -Exclude "*.Utilities.*"
105
displayName: "Delete MixedReality.Toolkit.Tests package from the release artifacts"
106
107
- task: PublishBuildArtifacts@1
0 commit comments