Skip to content

Commit

Permalink
Update production pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjbauer committed Sep 23, 2022
1 parent 8280ab3 commit 8b95c1f
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 179 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines-photino.native-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ jobs:

# Windows x64
- task: NuGetCommand@2
displayName: 'NuGet package restore for Windows (intel) native packages'
displayName: 'NuGet package restore for Windows (x64)'
condition: eq(variables.rid, 'win-x64')
inputs:
command: 'restore'
restoreSolution: 'Photino.Native.sln'
feedsToUse: 'select'

- task: VSBuild@1
displayName: 'Build Windows (intel) native assets'
displayName: 'Build Windows (x64) native assets'
condition: eq(variables.rid, 'win-x64')
inputs:
solution: 'Photino.Native.sln'
Expand All @@ -76,7 +76,7 @@ jobs:

# Windows ARM64
- task: NuGetCommand@2
displayName: 'NuGet package restore for Windows (ARM64) native packages'
displayName: 'NuGet package restore for Windows (ARM64)'
condition: eq(variables.rid, 'win-arm64')
inputs:
command: 'restore'
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:

# macOS x64
- task: CmdLine@2
displayName: 'Build macOS (intel) native assets'
displayName: 'Build macOS (x64) native assets'
condition: eq(variables.rid, 'osx.12-x64')
inputs:
workingDirectory: '.'
Expand All @@ -147,7 +147,7 @@ jobs:
mv ./lib/dev/Photino.Native.dylib ./Photino.Native/x64/$(buildConfiguration)/Photino.Native.dylib
- task: PublishPipelineArtifact@1
displayName: 'Publish macOS (intel) libraries to artifacts'
displayName: 'Publish macOS (x64) libraries to artifacts'
condition: eq(variables.rid, 'osx.12-x64')
inputs:
targetPath: './Photino.Native/x64/$(buildConfiguration)/Photino.Native.dylib'
Expand Down
Loading

0 comments on commit 8b95c1f

Please sign in to comment.