Fix task names

This commit is contained in:
benjaminramey
2019-11-03 02:15:16 +00:00
parent 5f1bc9be33
commit 9bd2c12993

View File

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