Skip to content

Commit

Permalink
Update azure-pipelines-photino.native-dev.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeYeager committed Feb 3, 2023
1 parent 66d7660 commit 24be1c5
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions azure-pipelines-photino.native-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
rid: 'win-x64'
imageName: 'windows-latest'
# No build machine for Windows ARM64 available as of Sep 2022
# windows-arm64:
# rid: 'win-arm64'
# imageName: 'windows-latest'
windows-arm64:
rid: 'win-arm64'
imageName: 'windows-latest'

# Linux
linux-intel:
Expand All @@ -34,9 +34,9 @@ jobs:
rid: 'osx.12-x64'
imageName: 'macos-12'
# No build machine for macOS ARM64 available as of Sep 2022
# mac-arm64:
# rid: 'osx.12-arm64'
# imagename: 'macos-12'
mac-arm64:
rid: 'osx.12-arm64'
imagename: 'macos-12'

pool:
vmImage: $(imageName)
Expand Down Expand Up @@ -193,12 +193,12 @@ jobs:
patterns: '**/*.dll'
targetPath: '$(Pipeline.Workspace)/x64/'

# - task: DownloadPipelineArtifact@2
# displayName: 'Download WindowsArm64Artifact'
# inputs:
# artifact: WindowsArm64Artifact
# patterns: '**/*.dll'
# targetPath: '$(Pipeline.Workspace)/arm64/'
- task: DownloadPipelineArtifact@2
displayName: 'Download WindowsArm64Artifact'
inputs:
artifact: WindowsArm64Artifact
patterns: '**/*.dll'
targetPath: '$(Pipeline.Workspace)/arm64/'

- task: DownloadPipelineArtifact@2
displayName: 'Download LinuxIntelArtifact'
Expand All @@ -221,12 +221,12 @@ jobs:
patterns: '**/*.dylib'
targetPath: '$(Pipeline.Workspace)/x64/'

# - task: DownloadPipelineArtifact@2
# displayName: 'Download MacOsArm64Artifact'
# inputs:
# artifact: MacOsArm64Artifact
# patterns: '**/*.dylib'
# targetPath: '$(Pipeline.Workspace)/arm64/'
- task: DownloadPipelineArtifact@2
displayName: 'Download MacOsArm64Artifact'
inputs:
artifact: MacOsArm64Artifact
patterns: '**/*.dylib'
targetPath: '$(Pipeline.Workspace)/arm64/'

- task: CmdLine@2
displayName: 'List downloaded files'
Expand Down

0 comments on commit 24be1c5

Please sign in to comment.