mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
de572ae94e
commit
9ec961ad2d
1 changed files with 62 additions and 55 deletions
|
|
@ -22,6 +22,14 @@ variables:
|
||||||
- name: PublishFolder
|
- name: PublishFolder
|
||||||
value: publish
|
value: publish
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- stage: build
|
||||||
|
displayName: Build and Publish
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- job: build
|
||||||
|
displayName: Build and Publish
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: NuGetToolInstaller@1
|
- task: NuGetToolInstaller@1
|
||||||
displayName: 'Install NuGet 4.4.1'
|
displayName: 'Install NuGet 4.4.1'
|
||||||
|
|
@ -83,4 +91,3 @@ steps:
|
||||||
inputs:
|
inputs:
|
||||||
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
|
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
|
||||||
ArtifactName: '$(PublishFolder)'
|
ArtifactName: '$(PublishFolder)'
|
||||||
condition: succeededOrFailed()
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue