Skip to content

Commit c1002c3

Browse files
author
Andrei Borodin
committed
We don't want to publish Tests package, but we should include it in the signing before deleting it, otherwise an error
1 parent 217c5ce commit c1002c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pipelines/ci-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ jobs:
8282
version: '$(MRTKVersion)-$(MRTKReleaseTag)'
8383
packDestination: '$(Build.SourcesDirectory)\artifacts\release'
8484

85-
- powershell: |
86-
Remove-Item "$(Build.SourcesDirectory)/artifacts/release/Microsoft.MixedReality.Toolkit.Tests.*"
87-
displayName: "Delete MixedReality.Toolkit.Tests package from the release artifacts"
88-
8985
- template: templates/tasks/signing.yml
9086
parameters:
9187
ConfigName: "$(Build.ArtifactStagingDirectory)/configs/MRTKNuGetSignConfig.xml"
9288

89+
- powershell: |
90+
Remove-Item "$(Build.SourcesDirectory)/artifacts/release/Microsoft.MixedReality.Toolkit.Tests.*"
91+
displayName: "Delete MixedReality.Toolkit.Tests package from the release artifacts"
92+
9393
- task: PublishBuildArtifacts@1
9494
displayName: 'Publish Packages'
9595
inputs:

0 commit comments

Comments
 (0)