Browse Source

set archive path

pull/1977/head
Dan Walmsley 8 years ago
parent
commit
94f2212f97
  1. 2
      azure-pipelines.yml

2
azure-pipelines.yml

@ -12,7 +12,7 @@ steps:
configuration: 'Release'
xcWorkspacePath: '**/*.xcodeproj/project.xcworkspace'
xcodeVersion: 'default' # Options: 8, 9, default, specifyPath
exportPath: 'src/Avalonia.Native/bin/Release/netstandard2.0'
archivePath: 'src/Avalonia.Native/bin/Release/netstandard2.0'
- task: DotNetCoreInstaller@0
inputs:
version: '2.1.401'

Loading…
Cancel
Save