Skip to content

Commit

Permalink
build(ci): Use solution version for artifacts
Browse files Browse the repository at this point in the history
Fixes #31
Fixes #32
  • Loading branch information
jcoliz committed Jul 7, 2024
1 parent 5033b21 commit 64f1a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure/pipelines/steps/publish-artifact.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
steps:
- publish: $(Build.ArtifactStagingDirectory)
displayName: 'Publish $(Solution.PackageProject) Artifact'
artifact: $(Solution.PackageProject)
artifact: $(Solution.PackageProject)-$(Solution.Version)
2 changes: 1 addition & 1 deletion .azure/pipelines/steps/publish-msix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ steps:
msbuildArguments: '/p:OutputPath=NonPackagedApp
/p:GenerateAppxPackageOnBuild=true
/p:UapAppxPackageBuildMode=SideLoadOnly
/p:AppxPackageOutput=$(Build.ArtifactStagingDirectory)\$(Solution.PackageProject)-$(Package.Version)-${{ parameters.platform }}.msix'
/p:AppxPackageOutput=$(Build.ArtifactStagingDirectory)\$(Solution.PackageProject)-$(Solution.Version)-${{ parameters.platform }}.msix'

0 comments on commit 64f1a0f

Please sign in to comment.