Skip to content

Commit

Permalink
upgrade artifact version (#2259)
Browse files Browse the repository at this point in the history
  • Loading branch information
tian-lt authored Nov 29, 2024
1 parent 9d637cc commit 1e50886
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/pipelines/templates/build-single-architecture.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
downloadDirectory: $(Build.SourcesDirectory)
vstsFeed: WindowsInboxApps
vstsFeedPackage: calculator-internals
vstsPackageVersion: 0.0.111
vstsPackageVersion: 0.0.112

- task: NuGetToolInstaller@1
displayName: Use NuGet 6.x
Expand Down
2 changes: 1 addition & 1 deletion build/pipelines/templates/package-msixbundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
downloadDirectory: $(Build.SourcesDirectory)
vstsFeed: WindowsInboxApps
vstsFeedPackage: calculator-internals
vstsPackageVersion: 0.0.111
vstsPackageVersion: 0.0.112

- task: PowerShell@2
displayName: Generate MsixBundle mapping
Expand Down
2 changes: 1 addition & 1 deletion build/pipelines/templates/release-vpack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
downloadDirectory: $(Build.SourcesDirectory)
vstsFeed: WindowsInboxApps
vstsFeedPackage: calculator-internals
vstsPackageVersion: 0.0.111
vstsPackageVersion: 0.0.112

- pwsh: |
$configPath = "$(Build.SourcesDirectory)\Tools\Build\Signing\ESRP-auth.json"
Expand Down

0 comments on commit 1e50886

Please sign in to comment.