Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

Commit 3a5d33e

Browse files
committed
Update azure-pipelines-package-alpha.yml for Azure Pipelines
1 parent f2f4057 commit 3a5d33e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines-package-alpha.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ steps:
120120
changeLogCompareToRelease: 'lastFullRelease'
121121
changeLogType: 'commitBased'
122122
assets: |
123-
'$(build.artifactStagingDirectory)/*.msixbundle'
124-
'$(build.artifactStagingDirectory)/*.appx'
123+
$(build.artifactStagingDirectory)\*.msixbundle
124+
$(build.artifactStagingDirectory)\*.appx
125125
126126
- script: |
127127
git config --global user.email $(GitHub-Email)

0 commit comments

Comments
 (0)