Rename tasks

This commit is contained in:
benjaminramey
2019-11-03 02:13:37 +00:00
parent 7210fe790d
commit 5f1bc9be33

View File

@@ -12,12 +12,14 @@ pool:
steps:
- task: FAKE5@1
name: 'Run fake bundle'
inputs:
FakeVersion: '5.16.1'
FakeScript: 'build.fsx'
ScriptArguments: 'bundle'
- task: PublishBuildArtifacts@1
name: 'Publish deploy folder as artifact'
inputs:
PathtoPublish: 'deploy'
ArtifactName: 'lunchrun-deploy'