File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments