Jeremy Koritzinsky
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
1 deletions
-
azure-pipelines.yml
|
|
|
@ -25,4 +25,9 @@ jobs: |
|
|
|
arguments: -target "Azure-Windows" -configuration "Release" |
|
|
|
- task: PublishBuildArtifacts@1 |
|
|
|
inputs: |
|
|
|
pathToPublish: artifacts/ |
|
|
|
pathtoPublish: '$(Build.SourcesDirectory)/artifacts/nuget' |
|
|
|
artifactName: 'NuGet' |
|
|
|
- task: PublishBuildArtifacts@1 |
|
|
|
inputs: |
|
|
|
pathToPublish: '$(Build.SourcesDirectory)/artifacts/zip' |
|
|
|
artifactName: 'Samples' |
|
|
|
|