mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
trying moving download internals up in order
This commit is contained in:
parent
6d28375529
commit
e087b641e2
1 changed files with 14 additions and 13 deletions
|
@ -22,6 +22,19 @@ jobs:
|
||||||
- checkout: self
|
- checkout: self
|
||||||
fetchDepth: 1
|
fetchDepth: 1
|
||||||
|
|
||||||
|
- ${{ if eq(parameters.isReleaseBuild, true) }}:
|
||||||
|
- task: UniversalPackages@0
|
||||||
|
displayName: Download internals package
|
||||||
|
inputs:
|
||||||
|
command: download
|
||||||
|
downloadDirectory: $(Build.SourcesDirectory)
|
||||||
|
vstsFeed: WindowsInboxApps
|
||||||
|
vstsFeedPackage: calculator-internals
|
||||||
|
${{ if eq(parameters.isPublicRelease, true) }}:
|
||||||
|
vstsPackageVersion: 0.0.66
|
||||||
|
${{ if eq(parameters.isPublicRelease, false) }}:
|
||||||
|
vstsPackageVersion: 0.0.65
|
||||||
|
|
||||||
- task: NuGetToolInstaller@1
|
- task: NuGetToolInstaller@1
|
||||||
displayName: Use NuGet 5.x
|
displayName: Use NuGet 5.x
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -58,19 +71,7 @@ jobs:
|
||||||
pathToPublish: $(Build.BinariesDirectory)
|
pathToPublish: $(Build.BinariesDirectory)
|
||||||
parallel: true
|
parallel: true
|
||||||
|
|
||||||
- ${{ if eq(parameters.isReleaseBuild, true) }}:
|
- ${{ if eq(parameters.isReleaseBuild, true) }}:
|
||||||
- task: UniversalPackages@0
|
|
||||||
displayName: Download internals package
|
|
||||||
inputs:
|
|
||||||
command: download
|
|
||||||
downloadDirectory: $(Build.SourcesDirectory)
|
|
||||||
vstsFeed: WindowsInboxApps
|
|
||||||
vstsFeedPackage: calculator-internals
|
|
||||||
${{ if eq(parameters.isPublicRelease, true) }}:
|
|
||||||
vstsPackageVersion: 0.0.66
|
|
||||||
${{ if eq(parameters.isPublicRelease, false) }}:
|
|
||||||
vstsPackageVersion: 0.0.65
|
|
||||||
|
|
||||||
- task: PublishSymbols@2
|
- task: PublishSymbols@2
|
||||||
displayName: Publish symbols
|
displayName: Publish symbols
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue