Skip to content

Commit e996b36

Browse files
author
David Kline
authored
Merge pull request #6230 from andreiborodin/prerelease/2.1.0_bugs/deleteTestsAfterSigning
Change when Tests Package is Deleted
2 parents 217c5ce + c1002c3 commit e996b36

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)